Browse Source

Fixed test to properly use cross-platform stdcall attribute.

pull/513/merge
João Matos 10 years ago
parent
commit
7a2d37f598
  1. 2
      tests/CSharpTemp/CSharpTemp.h

2
tests/CSharpTemp/CSharpTemp.h

@ -11,7 +11,7 @@ public: @@ -11,7 +11,7 @@ public:
int& operator[](int i);
int A;
int* (*functionPtrReturnsPtrParam)();
int (__stdcall *attributedFunctionPtr)();
int (STDCALL *attributedFunctionPtr)();
static const int rename = 5;

Loading…
Cancel
Save