forked from organicmaps/organicmaps
[tomcrypt][vs2008] Fixed minor warning
This commit is contained in:
parent
f373f4e1d5
commit
9d4d4a8dcd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue