André Hentschel <n...@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 julli...@winehq.org