From 8d83837cdb05071a48ea3dca2c4297eaf7d43f9a Mon Sep 17 00:00:00 2001 From: Jonathan Yong <10walls@gmail.com> Date: Tue, 18 Jun 2013 18:10:55 +0800 Subject: configure: remove redundant WINVER set --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 948b06bcec..349ae657b0 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3