mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
msvfw32: Remove DECLSPEC_HIDDEN usage.
This commit is contained in:
parent
4b296f0e3e
commit
4961e89875
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ typedef struct tagWINE_HIC {
|
||||||
struct tagWINE_HIC* next;
|
struct tagWINE_HIC* next;
|
||||||
} WINE_HIC;
|
} WINE_HIC;
|
||||||
|
|
||||||
extern HMODULE MSVFW32_hModule DECLSPEC_HIDDEN;
|
extern HMODULE MSVFW32_hModule;
|
||||||
|
|
||||||
#define IDC_CONFIGURE 882
|
#define IDC_CONFIGURE 882
|
||||||
#define IDC_ABOUT 883
|
#define IDC_ABOUT 883
|
||||||
|
|
Loading…
Reference in a new issue