mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
config-win32: set HAVE_SNPRINTF
for mingw-w64
It's available in all mingw-w64 releases. We already pre-fill this detection in CMake. Closes #12325
This commit is contained in:
parent
c537b0aa19
commit
6608f34f56
@ -226,7 +226,7 @@
|
||||
#define SEND_TYPE_RETV int
|
||||
|
||||
/* Define to 1 if you have the snprintf function. */
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1900)
|
||||
#if (defined(_MSC_VER) && (_MSC_VER >= 1900)) || defined(__MINGW32__)
|
||||
#define HAVE_SNPRINTF 1
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user