MinGW64 has this prototype already.

This commit is contained in:
Guenter Knauf 2011-09-23 03:56:34 +02:00
parent dafa2fc944
commit 87a45c7998

View File

@ -39,7 +39,7 @@
/* The MinGW headers are missing a few Win32 function definitions,
you shouldn't need this if you use VC++ */
#ifdef __MINGW32__
#if defined(__MINGW32__) && !defined(__MINGW64__)
int __cdecl _snscanf(const char * input, size_t length, const char * format, ...);
#endif