[vlc-devel] [PATCH 3.0 01/10] package/win32: build.sh: do not force win7 on 3.0 builds

Steve Lhomme robux4 at ycbcr.xyz
Fri Aug 21 13:40:55 CEST 2020


We still need to support XP/Vista.
---
 extras/package/win32/build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
index bbbdeb8d4c..ed2b4107dc 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -234,9 +234,9 @@ if [ ! -z "$BUILD_UCRT" ]; then
     # the values are not passed to the makefiles/configures
     export LDFLAGS
     export CPPFLAGS
-else
-    # The current minimum for VLC is Windows 7 and to use the regular msvcrt
-    CPPFLAGS="$CPPFLAGS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x700"
+# else
+#     # The current minimum for VLC is Windows 7 and to use the regular msvcrt
+#     CPPFLAGS="$CPPFLAGS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x700"
 fi
 CFLAGS="$CPPFLAGS $CFLAGS"
 CXXFLAGS="$CPPFLAGS $CXXFLAGS"
-- 
2.26.2



More information about the vlc-devel mailing list