hlink: Remove DECLSPEC_HIDDEN usage.

This commit is contained in:
Alistair Leslie-Hughes 2023-11-08 17:35:27 +11:00 committed by Alexandre Julliard
parent d7d782b112
commit ef51f7b402

View file

@ -27,8 +27,8 @@
#include "ole2.h"
#include "hlink.h"
extern HRESULT HLink_Constructor(IUnknown*,REFIID,void**) DECLSPEC_HIDDEN;
extern HRESULT HLinkBrowseContext_Constructor(IUnknown*,REFIID,void**) DECLSPEC_HIDDEN;
extern HRESULT HLink_Constructor(IUnknown*,REFIID,void**);
extern HRESULT HLinkBrowseContext_Constructor(IUnknown*,REFIID,void**);
static inline LPWSTR hlink_co_strdupW(LPCWSTR str)
{