msvfw32: 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 4b296f0e3e
commit 4961e89875

View file

@ -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