From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4yEB-0007Ph-K9 for qemu-devel@nongnu.org; Thu, 22 Apr 2010 11:22:07 -0400 Received: from [140.186.70.92] (port=55941 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4yE9-0007Oj-IA for qemu-devel@nongnu.org; Thu, 22 Apr 2010 11:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4yE4-0006mm-Cu for qemu-devel@nongnu.org; Thu, 22 Apr 2010 11:22:05 -0400 Received: from are.twiddle.net ([75.149.56.221]:51514) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4yE4-0006mW-6t for qemu-devel@nongnu.org; Thu, 22 Apr 2010 11:22:00 -0400 Message-ID: <4BD06995.8070605@twiddle.net> Date: Thu, 22 Apr 2010 08:21:57 -0700 From: Richard Henderson MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH] win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined) References: <1270131607-13114-1-git-send-email-weil@mail.berlios.de> <4BCF5C82.1030106@mail.berlios.de> <4BD020CB.7090502@redhat.com> In-Reply-To: <4BD020CB.7090502@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Anthony Liguori , QEMU Developers On 04/22/2010 03:11 AM, Paolo Bonzini wrote: > There is > > #define WIN32_LEAN_AND_MEAN > > in SDL_syswm.h and -DWIN32_LEAN_AND_MEAN in configure, so that should be > okay. -DFOO => #define FOO 1 -DFOO= => #define FOO r~