Marcus Meissner : jscript: Mark some function DECLSPEC_HIDDEN.

Alexandre Julliard julliard at winehq.org
Tue Jan 3 12:52:53 CST 2012


Module: wine
Branch: master
Commit: 0648a567a898475d241afe0965acae283c9c2ea8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0648a567a898475d241afe0965acae283c9c2ea8

Author: Marcus Meissner <meissner at suse.de>
Date:   Mon Jan  2 21:57:10 2012 +0100

jscript: Mark some function DECLSPEC_HIDDEN.

---

 dlls/jscript/jscript.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/jscript/jscript.h b/dlls/jscript/jscript.h
index d67bdac..5a8d7f4 100644
--- a/dlls/jscript/jscript.h
+++ b/dlls/jscript/jscript.h
@@ -189,8 +189,8 @@ static inline IDispatch *to_disp(jsdisp_t *jsdisp)
     return (IDispatch*)&jsdisp->IDispatchEx_iface;
 }
 
-jsdisp_t *as_jsdisp(IDispatch*);
-jsdisp_t *to_jsdisp(IDispatch*);
+jsdisp_t *as_jsdisp(IDispatch*) DECLSPEC_HIDDEN;
+jsdisp_t *to_jsdisp(IDispatch*) DECLSPEC_HIDDEN;
 
 static inline void jsdisp_addref(jsdisp_t *jsdisp)
 {




More information about the wine-cvs mailing list