From 49dc768d4c579298d56777348422ebdca565a3ef Mon Sep 17 00:00:00 2001 From: aliguori Date: Sun, 8 Mar 2009 16:26:59 +0000 Subject: Fix windows build and clean up use of We want to globally define WIN_LEAN_AND_MEAN and WINVER to particular values so let's do it in OS_CFLAGS. Then, we can pepper in windows.h includes where using #includes that require it. Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6783 c046a42c-6fe2-441c-8c8c-71466251a162 --- osdep.c | 1 - 1 file changed, 1 deletion(-) (limited to 'osdep.c') diff --git a/osdep.c b/osdep.c index a583d77..91fb39e 100644 --- a/osdep.c +++ b/osdep.c @@ -37,7 +37,6 @@ #include "config-host.h" #ifdef _WIN32 -#define WIN32_LEAN_AND_MEAN #include #elif defined(HOST_BSD) #include -- cgit v1.1