[PATCH] msvfw32: Mark MSVFW32_hModule with hidden visibility

Marcus Meissner meissner at suse.de
Wed May 25 12:09:57 CDT 2011


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




More information about the wine-patches mailing list