hlink: Remove DECLSPEC_HIDDEN usage.
This commit is contained in:
parent
d7d782b112
commit
ef51f7b402
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue