[tomcrypt][vs2008] Fixed minor warning

This commit is contained in:
Alex Zolotarev 2011-03-13 03:25:10 +00:00 committed by Alex Zolotarev
parent f373f4e1d5
commit 9d4d4a8dcd

View file

@ -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