Module: wine Branch: master Commit: a6429c7011ad1fb50216c06e6010f4e0efae2eac URL: http://source.winehq.org/git/wine.git/?a=commit;h=a6429c7011ad1fb50216c06e60... Author: Marcus Meissner <meissner(a)suse.de> Date: Wed May 25 19:09:57 2011 +0200 msvfw32: Mark MSVFW32_hModule with hidden visibility. --- dlls/msvfw32/msvideo_private.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/msvfw32/msvideo_private.h b/dlls/msvfw32/msvideo_private.h index ea0566b..4ca9780 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