Re: [1/2] winefile: Fix compilation warnings in _NO_EXTENSIONS mode
André Hentschel <nerv(a)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(a)winehq.org
Am 14.03.2012 19:41, schrieb Alexandre Julliard:
André Hentschel <nerv(a)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
participants (2)
-
Alexandre Julliard -
André Hentschel