Module: wine Branch: master Commit: 4b296f0e3e6b9db75c393b41e651ac1387d7c9c4 URL: https://gitlab.winehq.org/wine/wine/-/commit/4b296f0e3e6b9db75c393b41e651ac1...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Sat Jul 29 18:15:52 2023 +1000
wiaservc: Remove DECLSPEC_HIDDEN usage.
---
dlls/wiaservc/wiaservc_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/wiaservc/wiaservc_private.h b/dlls/wiaservc/wiaservc_private.h index c8bdbaaa53f..bb241151768 100644 --- a/dlls/wiaservc/wiaservc_private.h +++ b/dlls/wiaservc/wiaservc_private.h @@ -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__ */