Skip to content
Snippets Groups Projects
Commit 87a45c79 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

MinGW64 has this prototype already.

parent dafa2fc9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment