From 140f8f257f86bc78c3abb8a70ba54c0e5f604cc5 Mon Sep 17 00:00:00 2001 From: Consul Date: Thu, 30 Apr 2009 13:52:46 -0700 Subject: [PATCH] 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 --- audio/dsoundaudio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/audio/dsoundaudio.c b/audio/dsoundaudio.c index df4b2f0..a78c856 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 -- 1.7.9.5