mirror of
https://github.com/curl/curl.git
synced 2026-08-07 22:12:55 +03:00
MSVC adjustment
This commit is contained in:
parent
4f0d286d2c
commit
79ffbf7fe1
5 changed files with 32 additions and 7 deletions
|
|
@ -21,6 +21,9 @@
|
|||
|
||||
#include <curl/curl.h>
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1300)
|
||||
# error _snscanf requires MSVC 7.0 or later.
|
||||
#endif
|
||||
|
||||
/* The MinGW headers are missing a few Win32 function definitions,
|
||||
you shouldn't need this if you use VC++ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue