Commit 74844ca3 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

hlink: Mark internal symbols with hidden visibility.

parent f6489f74
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
#include "wine/unicode.h" #include "wine/unicode.h"
extern HRESULT WINAPI HLink_Constructor(IUnknown*,REFIID,void**); extern HRESULT WINAPI HLink_Constructor(IUnknown*,REFIID,void**) DECLSPEC_HIDDEN;
extern HRESULT WINAPI HLinkBrowseContext_Constructor(IUnknown*,REFIID,void**); extern HRESULT WINAPI HLinkBrowseContext_Constructor(IUnknown*,REFIID,void**) DECLSPEC_HIDDEN;
static inline void *heap_alloc(size_t len) static inline void *heap_alloc(size_t len)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment