diff --git a/tests/CSharpTemp/CSharpTemp.h b/tests/CSharpTemp/CSharpTemp.h index 127865e9..d657c6fd 100644 --- a/tests/CSharpTemp/CSharpTemp.h +++ b/tests/CSharpTemp/CSharpTemp.h @@ -11,7 +11,7 @@ public: int& operator[](int i); int A; int* (*functionPtrReturnsPtrParam)(); - int (__stdcall *attributedFunctionPtr)(); + int (STDCALL *attributedFunctionPtr)(); static const int rename = 5;