msvfw32: Mark MSVFW32_hModule with hidden visibility.
This commit is contained in:
parent
ba66ceea2a
commit
a6429c7011
|
@ -44,6 +44,7 @@ typedef struct tagWINE_HIC {
|
|||
struct tagWINE_HIC* next;
|
||||
} WINE_HIC;
|
||||
|
||||
extern HMODULE MSVFW32_hModule DECLSPEC_HIDDEN;
|
||||
|
||||
#define IDC_CONFIGURE 882
|
||||
#define IDC_ABOUT 883
|
||||
|
|
Loading…
Reference in New Issue