Module: wine Branch: master Commit: 4961e89875131cee32f78088469621140a3a31b9 URL: https://gitlab.winehq.org/wine/wine/-/commit/4961e89875131cee32f780884696211...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Sat Jul 29 18:15:52 2023 +1000
msvfw32: Remove DECLSPEC_HIDDEN usage.
---
dlls/msvfw32/msvideo_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/msvfw32/msvideo_private.h b/dlls/msvfw32/msvideo_private.h index 4ca97806e44..8bce5cd77a5 100644 --- a/dlls/msvfw32/msvideo_private.h +++ b/dlls/msvfw32/msvideo_private.h @@ -44,7 +44,7 @@ typedef struct tagWINE_HIC { struct tagWINE_HIC* next; } WINE_HIC;
-extern HMODULE MSVFW32_hModule DECLSPEC_HIDDEN; +extern HMODULE MSVFW32_hModule;
#define IDC_CONFIGURE 882 #define IDC_ABOUT 883