X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=blobdiff_plain;f=src%2Flib%2Fcrypto%2Fos_port.h;h=97df211567c46144575bb21f46bc4ef1b3a2933c;hp=9a4813650eb8c15420d35d3806360529a4de6e96;hb=15ffcbc3c1acb0cacf7a74a666a058a89124cc9d;hpb=566c9bf8bfcc08b60c3cb9ae2edce8b516128203 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