mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
MinGW64 has this prototype already.
This commit is contained in:
parent
dafa2fc944
commit
87a45c7998
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user