diff options
| author | Consul | 2009-04-30 22:52:46 +0200 |
|---|---|---|
| committer | malc | 2009-05-01 09:31:23 +0200 |
| commit | 140f8f257f86bc78c3abb8a70ba54c0e5f604cc5 (patch) | |
| tree | 352e4198aae435b4cef9f3d4e9bbf24a4c9bdf20 /audio | |
| parent | Remove cpu_get_io_memory_{read,write}. (diff) | |
| download | qemu-140f8f257f86bc78c3abb8a70ba54c0e5f604cc5.tar.gz qemu-140f8f257f86bc78c3abb8a70ba54c0e5f604cc5.tar.xz qemu-140f8f257f86bc78c3abb8a70ba54c0e5f604cc5.zip | |
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')
| -rw-r--r-- | audio/dsoundaudio.c | 1 |
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> |
