Module: wine Branch: master Commit: 74844ca3c63e818879fd933e7a536c51a7ab9153 URL: http://source.winehq.org/git/wine.git/?a=commit;h=74844ca3c63e818879fd933e7a...
Author: Marcus Meissner meissner@suse.de Date: Fri May 13 17:13:30 2011 +0200
hlink: Mark internal symbols with hidden visibility.
---
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) {