summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKovensky <diogomfranco@gmail.com>2012-09-30 12:32:55 +0000
committerwm4 <wm4@nowhere>2012-09-30 15:16:48 +0200
commit5fca3a6ea552bcff6c22f4d4b61a31013d8be7a8 (patch)
treed13f3a0919b76a20148d84a2637daf1064cccda7 /configure
parent60496c9e99e281ca161e355608dbea7edf1eff7d (diff)
downloadmpv-5fca3a6ea552bcff6c22f4d4b61a31013d8be7a8.tar.bz2
mpv-5fca3a6ea552bcff6c22f4d4b61a31013d8be7a8.tar.xz
windows support: define WINVER to 0x0500
This means that we require Windows 2000 or later.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f994725791..8f95c3dde1 100755
--- a/configure
+++ b/configure
@@ -931,7 +931,7 @@ fi
if win32 ; then
_exesuf=".exe"
- extra_cflags="$extra_cflags -fno-common"
+ extra_cflags="$extra_cflags -fno-common -DWINVER=0x0500"
# -lwinmm is always needed for osdep/timer-win2.c
extra_ldflags="$extra_ldflags -lwinmm"
_pe_executable=yes