summaryrefslogtreecommitdiff
path: root/tests/src/Interop/SizeConst/SizeConstNative.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Interop/SizeConst/SizeConstNative.cpp')
-rw-r--r--tests/src/Interop/SizeConst/SizeConstNative.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/Interop/SizeConst/SizeConstNative.cpp b/tests/src/Interop/SizeConst/SizeConstNative.cpp
index 2a9e661aa3..05288f08ad 100644
--- a/tests/src/Interop/SizeConst/SizeConstNative.cpp
+++ b/tests/src/Interop/SizeConst/SizeConstNative.cpp
@@ -6,7 +6,7 @@
const int ARRAY_SIZE = 100;
typedef struct { char arr[ARRAY_SIZE]; } S_CHARByValArray;
-extern "C" DLL_EXPORT BOOL _cdecl TakeByValTStr(S_CHARByValArray s, int size)
+extern "C" DLL_EXPORT BOOL __cdecl TakeByValTStr(S_CHARByValArray s, int size)
{
return true;
}