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

André Hentschel nerv at dawncrow.de
Sun Mar 11 08:27:10 CDT 2012


---
 programs/winefile/winefile.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/programs/winefile/winefile.c b/programs/winefile/winefile.c
index 52e1bc4..669a5d6 100644
--- a/programs/winefile/winefile.c
+++ b/programs/winefile/winefile.c
@@ -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;
@@ -3996,6 +3997,7 @@ static IContextMenu* CtxMenu_query_interfaces(IContextMenu* pcm1)
 	} else
 		return pcm1;
 }
+#endif
 
 static BOOL CtxMenu_HandleMenuMsg(UINT nmsg, WPARAM wparam, LPARAM lparam)
 {
-- 

Best Regards, André Hentschel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Nachrichtenteil als Anhang
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120311/2fc54f74/attachment.ksh>


More information about the wine-patches mailing list