hlink: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
f6489f7438
commit
74844ca3c6
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue