Commit 140f8f257f86bc78c3abb8a70ba54c0e5f604cc5
Committed by
malc
1 parent
0b4e6e3e
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>
Showing
1 changed file
with
0 additions
and
1 deletions
audio/dsoundaudio.c
@@ -32,7 +32,6 @@ | @@ -32,7 +32,6 @@ | ||
32 | #define AUDIO_CAP "dsound" | 32 | #define AUDIO_CAP "dsound" |
33 | #include "audio_int.h" | 33 | #include "audio_int.h" |
34 | 34 | ||
35 | -#define WIN32_LEAN_AND_MEAN | ||
36 | #include <windows.h> | 35 | #include <windows.h> |
37 | #include <mmsystem.h> | 36 | #include <mmsystem.h> |
38 | #include <objbase.h> | 37 | #include <objbase.h> |