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

Alexandre Julliard julliard at winehq.org
Wed Mar 14 13:41:41 CDT 2012


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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list