From 85f191691c3e3d3e696384077a770509ca2114ea Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Wed, 17 Jan 2007 22:05:51 +0000 Subject: [PATCH] objsel: Declare a variable static. --- dlls/objsel/objsel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/objsel/objsel.c b/dlls/objsel/objsel.c index 8965bd09c64..e99aaefbee4 100644 --- a/dlls/objsel/objsel.c +++ b/dlls/objsel/objsel.c @@ -25,7 +25,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(objsel); LONG dll_refs = 0; -HINSTANCE hInstance; +static HINSTANCE hInstance; /*********************************************************************** * DllEntryPoint