qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [PATCH] win32: Avoid compiler warning (WIN32_LEAN_A


From: Richard Henderson
Subject: Re: [Qemu-devel] Re: [PATCH] win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)
Date: Thu, 22 Apr 2010 08:21:57 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4

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~




reply via email to

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