From 15ffcbc3c1acb0cacf7a74a666a058a89124cc9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Juho=20V=C3=A4h=C3=A4-Herttua?= Date: Sun, 13 May 2012 13:03:27 +0300 Subject: [PATCH] Add the STDCALL definition just to be sure --- src/lib/crypto/os_port.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1