configure: remove redundant WINVER set

This commit is contained in:
Jonathan Yong 2013-06-18 18:10:55 +08:00 committed by wm4
parent bcdb3c228e
commit 8d83837cdb
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -881,7 +881,7 @@ fi
if win32 ; then
_exesuf=".exe"
extra_cflags="$extra_cflags -fno-common -DWINVER=0x0500"
extra_cflags="$extra_cflags -fno-common"
# -lwinmm is always needed for osdep/timer-win2.c
libs_mplayer="$libs_mplayer -lwinmm"
_pe_executable=yes