[PATCH] msvfw32: Mark internal symbol as hidden

Marcus Meissner meissner at suse.de
Fri May 13 10:37:22 CDT 2011


---
 dlls/msvfw32/msvideo_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msvfw32/msvideo_main.c b/dlls/msvfw32/msvideo_main.c
index c5b404d..f2b3879 100644
--- a/dlls/msvfw32/msvideo_main.c
+++ b/dlls/msvfw32/msvideo_main.c
@@ -75,7 +75,7 @@ static reg_driver* reg_driver_list = NULL;
 	(str)[3] = HIBYTE(HIWORD(fcc)); \
 	} while(0)
 
-HMODULE MSVFW32_hModule;
+DECLSPEC_HIDDEN HMODULE MSVFW32_hModule;
 
 BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID reserved )
 {
-- 
1.7.1



More information about the wine-patches mailing list