Remove redundant #define
authorConsul <void@aleksoft.net>
Thu, 30 Apr 2009 20:52:46 +0000 (13:52 -0700)
committermalc <av1474@comtv.ru>
Fri, 1 May 2009 07:31:23 +0000 (11:31 +0400)
Suppress a warning
audio/dsoundaudio.c:35:1: warning: "WIN32_LEAN_AND_MEAN" redefined
<command line>:4:1: warning: this is the location of the previous definition

Signed-off-by: Alex Ivanov <void@aleksoft.net>

audio/dsoundaudio.c

index df4b2f0..a78c856 100644 (file)
@@ -32,7 +32,6 @@
 #define AUDIO_CAP "dsound"
 #include "audio_int.h"
 
-#define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 #include <mmsystem.h>
 #include <objbase.h>