Commit 7e13c16c authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

wtsapi32: Declare a variable static.

parent 77250f3c
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment