Commit ef51f7b4 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

hlink: Remove DECLSPEC_HIDDEN usage.

parent d7d782b1
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
#include "ole2.h" #include "ole2.h"
#include "hlink.h" #include "hlink.h"
extern HRESULT HLink_Constructor(IUnknown*,REFIID,void**) DECLSPEC_HIDDEN; extern HRESULT HLink_Constructor(IUnknown*,REFIID,void**);
extern HRESULT HLinkBrowseContext_Constructor(IUnknown*,REFIID,void**) DECLSPEC_HIDDEN; extern HRESULT HLinkBrowseContext_Constructor(IUnknown*,REFIID,void**);
static inline LPWSTR hlink_co_strdupW(LPCWSTR str) static inline LPWSTR hlink_co_strdupW(LPCWSTR str)
{ {
......
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