[PATCH] atl: Mark hInst variable as hidden

Marcus Meissner meissner at suse.de
Fri May 13 09:27:44 CDT 2011


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

diff --git a/dlls/atl/atl_main.c b/dlls/atl/atl_main.c
index 78ef7ce..2898835 100644
--- a/dlls/atl/atl_main.c
+++ b/dlls/atl/atl_main.c
@@ -40,7 +40,7 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(atl);
 
-HINSTANCE hInst;
+DECLSPEC_HIDDEN HINSTANCE hInst;
 
 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
 {
-- 
1.7.1



More information about the wine-patches mailing list