Module: wine Branch: master Commit: e9ff53e098ef3871d692c7b907151cfbb2f0673f URL: https://gitlab.winehq.org/wine/wine/-/commit/e9ff53e098ef3871d692c7b907151cf...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Wed Nov 8 17:35:27 2023 +1100
propsys: Remove DECLSPEC_HIDDEN usage.
---
dlls/propsys/propsys_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/propsys/propsys_private.h b/dlls/propsys/propsys_private.h index 35bbb4d5a36..ab5b0fe255c 100644 --- a/dlls/propsys/propsys_private.h +++ b/dlls/propsys/propsys_private.h @@ -18,4 +18,4 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-HRESULT PropertyStore_CreateInstance(IUnknown *outer, REFIID riid, void **ppv) DECLSPEC_HIDDEN; +HRESULT PropertyStore_CreateInstance(IUnknown *outer, REFIID riid, void **ppv);