All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Redundant #define
@ 2009-04-30 20:52 Consul
  2009-05-01  7:40 ` malc
  0 siblings, 1 reply; 2+ messages in thread
From: Consul @ 2009-04-30 20:52 UTC (permalink / raw)
  To: qemu-devel

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>
---

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>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] Redundant #define
  2009-04-30 20:52 [Qemu-devel] [PATCH] Redundant #define Consul
@ 2009-05-01  7:40 ` malc
  0 siblings, 0 replies; 2+ messages in thread
From: malc @ 2009-05-01  7:40 UTC (permalink / raw)
  To: Consul; +Cc: qemu-devel

On Thu, 30 Apr 2009, Consul wrote:

> 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>

I've took the liberty of changing the subject and adding colon after Sob
and commited it that way, thanks.

-- 
mailto:av1474@comtv.ru

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-01  7:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-30 20:52 [Qemu-devel] [PATCH] Redundant #define Consul
2009-05-01  7:40 ` malc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.