projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b4e6e3
)
Remove redundant #define
author
Consul
<void@aleksoft.net>
Thu, 30 Apr 2009 20:52:46 +0000
(13:52 -0700)
committer
malc
<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
patch
|
blob
|
history
diff --git
a/audio/dsoundaudio.c
b/audio/dsoundaudio.c
index df4b2f04d93815a4a708a8c06eae0e160c7f414c..a78c8567d8b7c421d89635b95807f744a2ac640f 100644
(file)
--- 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>