mirror of
https://github.com/curl/curl.git
synced 2026-06-06 16:34:15 +03:00
am: drop checking for WINVER for thread safety
This commit is contained in:
parent
6a7be6c56c
commit
57c014612f
1 changed files with 1 additions and 1 deletions
|
|
@ -5381,7 +5381,7 @@ else
|
|||
AC_LANG_PROGRAM([[
|
||||
#include <windows.h>
|
||||
]],[[
|
||||
#if (WINVER < 0x600) && (_WIN32_WINNT < 0x600)
|
||||
#if _WIN32_WINNT < 0x600
|
||||
#error
|
||||
#endif
|
||||
]])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue