mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:23:32 +03:00
or later -> higher
This commit is contained in:
parent
ccb637e5e3
commit
1d5dc6d2f9
36 changed files with 106 additions and 103 deletions
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
#if defined(__MINGW32__) && \
|
||||
(!defined(__MINGW64_VERSION_MAJOR) || (__MINGW64_VERSION_MAJOR < 3))
|
||||
#error "Building curl requires mingw-w64 3.0 or later"
|
||||
#error "Building curl requires mingw-w64 3.0 or higher"
|
||||
#endif
|
||||
|
||||
/* Visual Studio 2010 is the minimum Visual Studio version we support.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue