[vlc-commits] package/win32: build.sh: do not force win7 on 3.0 builds
Steve Lhomme
git at videolan.org
Thu Aug 27 09:37:17 CEST 2020
vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Aug 19 14:27:16 2020 +0200| [3d9536d147ce1ae37c7b5c4b633c4a48c4af86bc] | committer: Steve Lhomme
package/win32: build.sh: do not force win7 on 3.0 builds
We still need to support XP/Vista.
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=3d9536d147ce1ae37c7b5c4b633c4a48c4af86bc
---
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"
More information about the vlc-commits
mailing list