fix cross compile on fedora

This commit is contained in:
Patrick von Reth 2015-07-10 16:47:28 +02:00
parent 1536c109a5
commit 55f4606d49

View File

@ -2,7 +2,7 @@
#define SNARL_INTERFACE_V42_H
#if defined(__MINGW32__) && !defined(MINGW_HAS_SECURE_API)
#define MINGW_HAS_SECURE_API
#define MINGW_HAS_SECURE_API 1
#endif
#include <tchar.h>