X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fcrypto%2Fos_port.h;h=97df211567c46144575bb21f46bc4ef1b3a2933c;hb=15ffcbc3c1acb0cacf7a74a666a058a89124cc9d;hp=cd505b588b655604e34d9b70f0a49c90c10f73b6;hpb=979533c39ad690eccd14b5d03f92f32b3186cda1;p=deb_shairplay.git diff --git a/src/lib/crypto/os_port.h b/src/lib/crypto/os_port.h index cd505b5..97df211 100644 --- a/src/lib/crypto/os_port.h +++ b/src/lib/crypto/os_port.h @@ -44,7 +44,7 @@ extern "C" { #include #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