wiaservc: Remove DECLSPEC_HIDDEN usage.

This commit is contained in:
Alistair Leslie-Hughes 2023-07-29 18:15:52 +10:00 committed by Alexandre Julliard
parent 432d8229ec
commit 4b296f0e3e

View file

@ -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
LONG ref; LONG ref;
} wiadevmgr; } wiadevmgr;
HRESULT wiadevmgr_Constructor(IWiaDevMgr **ppObj) DECLSPEC_HIDDEN; HRESULT wiadevmgr_Constructor(IWiaDevMgr **ppObj);
#endif /* __WIASERVC_PRIVATE__ */ #endif /* __WIASERVC_PRIVATE__ */