qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] Redundant #define


From: Consul
Subject: [Qemu-devel] [PATCH] Redundant #define
Date: Thu, 30 Apr 2009 13:52:46 -0700
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

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]