0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

windows support: define WINVER to 0x0500

This means that we require Windows 2000 or later.
This commit is contained in:
Kovensky 2012-09-30 12:32:55 +00:00 committed by wm4
parent 60496c9e99
commit 5fca3a6ea5

2
configure vendored
View File

@ -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