]> Git Repo - qemu.git/blobdiff - configure
Fix windows build and clean up use of <windows.h>
[qemu.git] / configure
index 22795e85a15e6a9dbb29cd3690960d901bde1c9b..819817a37a8dc1acaf43858bef5b508aa1a37b18 100755 (executable)
--- a/configure
+++ b/configure
@@ -590,6 +590,7 @@ if test "$mingw32" = "yes" ; then
     oss="no"
     linux_user="no"
     bsd_user="no"
+    OS_CFLAGS="$OS_CFLAGS -DWIN32_LEAN_AND_MEAN -DWINVER=0x501"
 fi
 
 if test ! -x "$(which cgcc 2>/dev/null)"; then
This page took 0.022012 seconds and 4 git commands to generate.