atl: Mark hInst variable as hidden.
authorMarcus Meissner <meissner@suse.de>
Fri, 13 May 2011 14:27:44 +0000 (16:27 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 16 May 2011 14:35:34 +0000 (16:35 +0200)
dlls/atl/atl_main.c

index 78ef7ce..2898835 100644 (file)
@@ -40,7 +40,7 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(atl);
 
-HINSTANCE hInst;
+DECLSPEC_HIDDEN HINSTANCE hInst;
 
 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
 {