objsel: Declare a variable static.
This commit is contained in:
parent
e437a0c302
commit
85f191691c
|
@ -25,7 +25,7 @@
|
|||
WINE_DEFAULT_DEBUG_CHANNEL(objsel);
|
||||
|
||||
LONG dll_refs = 0;
|
||||
HINSTANCE hInstance;
|
||||
static HINSTANCE hInstance;
|
||||
|
||||
/***********************************************************************
|
||||
* DllEntryPoint
|
||||
|
|
Loading…
Reference in New Issue