From 9d4d4a8dcde5c2263b4dc04352346150c08f850f Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sun, 13 Mar 2011 03:25:10 +0000 Subject: [PATCH] [tomcrypt][vs2008] Fixed minor warning --- 3party/tomcrypt/src/headers/tomcrypt_cfg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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