From 5fca3a6ea552bcff6c22f4d4b61a31013d8be7a8 Mon Sep 17 00:00:00 2001 From: Kovensky Date: Sun, 30 Sep 2012 12:32:55 +0000 Subject: windows support: define WINVER to 0x0500 This means that we require Windows 2000 or later. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3