This commit is contained in:
Viktor Szakats 2025-07-23 22:24:02 +02:00
parent 22fcb22f69
commit 5f74c1ea7a
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -5382,7 +5382,7 @@ else
AC_LANG_PROGRAM([[
#include <windows.h>
]],[[
#if _WIN32_WINNT < 0x600
#if (_WIN32_WINNT < 0x600)
#error
#endif
]])