Add the STDCALL definition just to be sure
[deb_shairplay.git] / src / lib / crypto / os_port.h
index cd505b588b655604e34d9b70f0a49c90c10f73b6..97df211567c46144575bb21f46bc4ef1b3a2933c 100644 (file)
@@ -44,7 +44,7 @@ extern "C" {
 #include <stdio.h>
 
 #if defined(WIN32)
-#define STDCALL                 __stdcall
+#define STDCALL                 /* Would be __stdcall but we don't want it */
 #define EXP_FUNC                __declspec(dllexport)
 #else
 #define STDCALL