From: Consul Date: Thu, 30 Apr 2009 20:52:46 +0000 (-0700) Subject: Remove redundant #define X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=140f8f257f86bc78c3abb8a70ba54c0e5f604cc5;p=qemu.git Remove redundant #define Suppress a warning audio/dsoundaudio.c:35:1: warning: "WIN32_LEAN_AND_MEAN" redefined :4:1: warning: this is the location of the previous definition Signed-off-by: Alex Ivanov --- diff --git a/audio/dsoundaudio.c b/audio/dsoundaudio.c index df4b2f04d9..a78c8567d8 100644 --- a/audio/dsoundaudio.c +++ b/audio/dsoundaudio.c @@ -32,7 +32,6 @@ #define AUDIO_CAP "dsound" #include "audio_int.h" -#define WIN32_LEAN_AND_MEAN #include #include #include