Alistair Leslie-Hughes : d3d10: Remove DECLSPEC_HIDDEN usage.
Module: wine Branch: master Commit: 0a2fca61ff2b25899dc119da043a2e2801bd493c URL: https://gitlab.winehq.org/wine/wine/-/commit/0a2fca61ff2b25899dc119da043a2e2... Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Date: Mon Jul 10 19:13:23 2023 +1000 d3d10: Remove DECLSPEC_HIDDEN usage. --- dlls/d3d10/d3d10_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3d10/d3d10_private.h b/dlls/d3d10/d3d10_private.h index facd51ede6c..c174792e14b 100644 --- a/dlls/d3d10/d3d10_private.h +++ b/dlls/d3d10/d3d10_private.h @@ -309,7 +309,7 @@ struct d3d10_effect struct d3d10_effect_technique *techniques; }; -HRESULT d3d10_effect_parse(struct d3d10_effect *effect, const void *data, SIZE_T data_size) DECLSPEC_HIDDEN; +HRESULT d3d10_effect_parse(struct d3d10_effect *effect, const void *data, SIZE_T data_size); /* D3D10Core */ HRESULT WINAPI D3D10CoreCreateDevice(IDXGIFactory *factory, IDXGIAdapter *adapter,
participants (1)
-
Alexandre Julliard