[1/2] winefile: Fix compilation warnings in _NO_EXTENSIONS mode

André Hentschel nerv at dawncrow.de
Fri Mar 16 13:30:54 CDT 2012


Am 14.03.2012 19:41, schrieb Alexandre Julliard:
> André Hentschel <nerv at dawncrow.de> writes:
> 
>> @@ -3973,6 +3973,7 @@ static BOOL prompt_target(Pane* pane, LPWSTR source, LPWSTR target)
>>  static IContextMenu2* s_pctxmenu2 = NULL;
>>  static IContextMenu3* s_pctxmenu3 = NULL;
>>  
>> +#ifndef _NO_EXTENSIONS
>>  static void CtxMenu_reset(void)
>>  {
>>  	s_pctxmenu2 = NULL;
> 
> It would be better to get rid of that define, it creates a mess for no
> good reason.
> 

OK. I'll make sure it then still compiles on Linux and Mingw and runs on Wine and Win7.

-- 

Best Regards, André Hentschel



More information about the wine-devel mailing list