[PATCH] wiaservc: Mark internal symbols with hidden visibility

Marcus Meissner meissner at suse.de
Fri May 13 11:25:26 CDT 2011


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

diff --git a/dlls/wiaservc/wiaservc_private.h b/dlls/wiaservc/wiaservc_private.h
index 97b9770..5125937 100644
--- a/dlls/wiaservc/wiaservc_private.h
+++ b/dlls/wiaservc/wiaservc_private.h
@@ -26,7 +26,7 @@ typedef struct
     IClassFactory IClassFactory_iface;
 } ClassFactoryImpl;
 
-extern ClassFactoryImpl WIASERVC_ClassFactory;
+extern ClassFactoryImpl WIASERVC_ClassFactory DECLSPEC_HIDDEN;
 
 typedef struct
 {
@@ -34,7 +34,7 @@ typedef struct
     LONG ref;
 } wiadevmgr;
 
-HRESULT wiadevmgr_Constructor(IUnknown *pUnkOuter, LPVOID *ppObj);
+HRESULT wiadevmgr_Constructor(IUnknown *pUnkOuter, LPVOID *ppObj) DECLSPEC_HIDDEN;
 
 /* Little helper functions */
 static inline char *
-- 
1.7.1



More information about the wine-patches mailing list