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