Am 14.03.2012 19:41, schrieb Alexandre Julliard:
André Hentschel nerv@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.