diff --git a/3party/tomcrypt/src/headers/tomcrypt_cfg.h b/3party/tomcrypt/src/headers/tomcrypt_cfg.h index 83666d1595..aed05a61cc 100644 --- a/3party/tomcrypt/src/headers/tomcrypt_cfg.h +++ b/3party/tomcrypt/src/headers/tomcrypt_cfg.h @@ -8,7 +8,8 @@ #define TOMCRYPT_CFG_H #if defined(_WIN32) || defined(_MSC_VER) -#define LTC_CALL __cdecl + #define LTC_CALL __cdecl + #define LTC_NO_PROTOTYPES #else #ifndef LTC_CALL #define LTC_CALL