From a6429c7011ad1fb50216c06e6010f4e0efae2eac Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 25 May 2011 19:09:57 +0200 Subject: [PATCH] msvfw32: Mark MSVFW32_hModule with hidden visibility. --- dlls/msvfw32/msvideo_private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/msvfw32/msvideo_private.h b/dlls/msvfw32/msvideo_private.h index ea0566bb54c..4ca97806e44 100644 --- a/dlls/msvfw32/msvideo_private.h +++ b/dlls/msvfw32/msvideo_private.h @@ -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