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

wiaservc: Remove DECLSPEC_HIDDEN usage.

parent 432d8229
...@@ -26,7 +26,7 @@ typedef struct ...@@ -26,7 +26,7 @@ typedef struct
IClassFactory IClassFactory_iface; IClassFactory IClassFactory_iface;
} ClassFactoryImpl; } ClassFactoryImpl;
extern ClassFactoryImpl WIASERVC_ClassFactory DECLSPEC_HIDDEN; extern ClassFactoryImpl WIASERVC_ClassFactory;
typedef struct typedef struct
{ {
...@@ -34,6 +34,6 @@ typedef struct ...@@ -34,6 +34,6 @@ typedef struct
LONG ref; LONG ref;
} wiadevmgr; } wiadevmgr;
HRESULT wiadevmgr_Constructor(IWiaDevMgr **ppObj) DECLSPEC_HIDDEN; HRESULT wiadevmgr_Constructor(IWiaDevMgr **ppObj);
#endif /* __WIASERVC_PRIVATE__ */ #endif /* __WIASERVC_PRIVATE__ */
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