[vlc-devel] [PATCH 04/14] configure: add quotes

Marvin Scholz epirat07 at gmail.com
Wed Mar 11 13:37:25 CET 2020


---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index c50e023725..79ee3e4eda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -244,9 +244,9 @@ case "${host_os}" in
        #endif
       ]],[[;]])
     ],[
-      AC_DEFINE([_WIN32_WINNT], 0x0601, [Define to '0x0601' for Windows 7 APIs.])
+      AC_DEFINE([_WIN32_WINNT], [0x0601], [Define to '0x0601' for Windows 7 APIs.])
     ])
-    AC_DEFINE([_WIN32_IE], 0x0600, [Define to '0x0600' for IE 6.0 (and shell) APIs.])
+    AC_DEFINE([_WIN32_IE], [0x0600], [Define to '0x0600' for IE 6.0 (and shell) APIs.])
     AC_DEFINE([UNICODE], [1], [Define to 1 for Unicode (Wide Chars) APIs.])
     AC_DEFINE([_POSIX_C_SOURCE], [200809L], [IEEE Std 1003.1.])
 
-- 
2.21.1 (Apple Git-122.3)



More information about the vlc-devel mailing list