[PATCH] hlink: Mark internal symbols with hidden visibility

Marcus Meissner meissner at suse.de
Fri May 13 10:13:30 CDT 2011


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

diff --git a/dlls/hlink/hlink_private.h b/dlls/hlink/hlink_private.h
index 0df374c..55121c1 100644
--- a/dlls/hlink/hlink_private.h
+++ b/dlls/hlink/hlink_private.h
@@ -29,8 +29,8 @@
 
 #include "wine/unicode.h"
 
-extern HRESULT WINAPI HLink_Constructor(IUnknown*,REFIID,void**);
-extern HRESULT WINAPI HLinkBrowseContext_Constructor(IUnknown*,REFIID,void**);
+extern HRESULT WINAPI HLink_Constructor(IUnknown*,REFIID,void**) DECLSPEC_HIDDEN;
+extern HRESULT WINAPI HLinkBrowseContext_Constructor(IUnknown*,REFIID,void**) DECLSPEC_HIDDEN;
 
 static inline void *heap_alloc(size_t len)
 {
-- 
1.7.1



More information about the wine-patches mailing list