msvfw32: Mark MSVFW32_hModule with hidden visibility.

This commit is contained in:
Marcus Meissner 2011-05-25 19:09:57 +02:00 committed by Alexandre Julliard
parent ba66ceea2a
commit a6429c7011

View file

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