summaryrefslogtreecommitdiff
path: root/audio/dsoundaudio.c
diff options
context:
space:
mode:
authorConsul <void@aleksoft.net>2009-04-30 13:52:46 -0700
committermalc <av1474@comtv.ru>2009-05-01 11:31:23 +0400
commit140f8f257f86bc78c3abb8a70ba54c0e5f604cc5 (patch)
tree352e4198aae435b4cef9f3d4e9bbf24a4c9bdf20 /audio/dsoundaudio.c
parent0b4e6e3e788ec1fdf95c405191981b10b26c4bd1 (diff)
downloadqemu-140f8f257f86bc78c3abb8a70ba54c0e5f604cc5.tar.gz
Remove redundant #define
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>
Diffstat (limited to 'audio/dsoundaudio.c')
-rw-r--r--audio/dsoundaudio.c1
1 files changed, 0 insertions, 1 deletions
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 <windows.h>
#include <mmsystem.h>
#include <objbase.h>