From 5f74c1ea7a06d41b218184bb2c500fe50be43e06 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 23 Jul 2025 22:24:02 +0200 Subject: [PATCH] cleanup --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 16f14cbc61..acf253eadc 100644 --- a/configure.ac +++ b/configure.ac @@ -5382,7 +5382,7 @@ else AC_LANG_PROGRAM([[ #include ]],[[ - #if _WIN32_WINNT < 0x600 + #if (_WIN32_WINNT < 0x600) #error #endif ]])