From: Juho Vähä-Herttua Date: Sun, 13 May 2012 10:03:27 +0000 (+0300) Subject: Add the STDCALL definition just to be sure X-Git-Tag: upstream/0.9.0~4^2~80 X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=commitdiff_plain;h=15ffcbc3c1acb0cacf7a74a666a058a89124cc9d;hp=566c9bf8bfcc08b60c3cb9ae2edce8b516128203 Add the STDCALL definition just to be sure --- diff --git a/src/lib/crypto/os_port.h b/src/lib/crypto/os_port.h index 9a48136..97df211 100644 --- a/src/lib/crypto/os_port.h +++ b/src/lib/crypto/os_port.h @@ -44,6 +44,7 @@ extern "C" { #include #if defined(WIN32) +#define STDCALL /* Would be __stdcall but we don't want it */ #define EXP_FUNC __declspec(dllexport) #else #define STDCALL