Francois Gouget : wmp: Mark internal symbols with hidden visibility.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Apr 2 11:09:21 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Apr  2 12:26:32 2015 +0200

wmp: Mark internal symbols with hidden visibility.

---

 dlls/wmp/wmp_private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wmp/wmp_private.h b/dlls/wmp/wmp_private.h
index f022ea4..91e8465 100644
--- a/dlls/wmp/wmp_private.h
+++ b/dlls/wmp/wmp_private.h
@@ -44,7 +44,7 @@ HRESULT WINAPI WMPFactory_CreateInstance(IClassFactory*,IUnknown*,REFIID,void**)
 
 void unregister_wmp_class(void) DECLSPEC_HIDDEN;
 
-extern HINSTANCE wmp_instance;
+extern HINSTANCE wmp_instance DECLSPEC_HIDDEN;
 
 static inline void *heap_alloc(size_t len)
 {




More information about the wine-cvs mailing list