Marcus Meissner : atl: Mark hInst variable as hidden.
16 May
2011
16 May
'11
11:36 a.m.
Module: wine Branch: master Commit: 58aad7c2edb823160b7378c5589bf3ef42361565 URL: http://source.winehq.org/git/wine.git/?a=commit;h=58aad7c2edb823160b7378c558... Author: Marcus Meissner <meissner(a)suse.de> Date: Fri May 13 16:27:44 2011 +0200 atl: Mark hInst variable as hidden. --- 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) {
5422
Age (days ago)
5422
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard