objsel: Declare a variable static.

This commit is contained in:
Andrew Talbot 2007-01-17 22:05:51 +00:00 committed by Alexandre Julliard
parent e437a0c302
commit 85f191691c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(objsel);
LONG dll_refs = 0;
HINSTANCE hInstance;
static HINSTANCE hInstance;
/***********************************************************************
* DllEntryPoint