qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 352e419] Remove redundant #define


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 352e419] Remove redundant #define
Date: Fri, 01 May 2009 07:39:51 -0000

From: Consul <address@hidden>

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 <address@hidden>

diff --git a/audio/dsoundaudio.c b/audio/dsoundaudio.c
index df4b2f0..a78c856 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>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]