From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzdFt-0004Su-S5 for qemu-devel@nongnu.org; Thu, 30 Apr 2009 16:53:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzdFp-0004R7-6k for qemu-devel@nongnu.org; Thu, 30 Apr 2009 16:53:17 -0400 Received: from [199.232.76.173] (port=46828 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzdFo-0004R2-VI for qemu-devel@nongnu.org; Thu, 30 Apr 2009 16:53:13 -0400 Received: from main.gmane.org ([80.91.229.2]:48898 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LzdFo-0000ok-8j for qemu-devel@nongnu.org; Thu, 30 Apr 2009 16:53:12 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LzdFj-0000Bq-4z for qemu-devel@nongnu.org; Thu, 30 Apr 2009 20:53:07 +0000 Received: from 204.147.152.1 ([204.147.152.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Apr 2009 20:53:07 +0000 Received: from void by 204.147.152.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Apr 2009 20:53:07 +0000 From: Consul Date: Thu, 30 Apr 2009 13:52:46 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: news Subject: [Qemu-devel] [PATCH] Redundant #define List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Suppress a warning audio/dsoundaudio.c:35:1: warning: "WIN32_LEAN_AND_MEAN" redefined :4:1: warning: this is the location of the previous definition Signed-off-by Alex Ivanov --- 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 #include #include