1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

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