Skip to content

Commit

Permalink
configure: remove redundant WINVER set
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-y authored and wm4 committed Jun 18, 2013
1 parent bcdb3c2 commit 8d83837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d83837

Please sign in to comment.