wtsapi32: Declare a variable static.
This commit is contained in:
parent
77250f3ce8
commit
7e13c16cbc
|
@ -25,7 +25,7 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(wtsapi);
|
||||
|
||||
HMODULE WTSAPI32_hModule = 0;
|
||||
static HMODULE WTSAPI32_hModule;
|
||||
|
||||
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue