Commit 9d70a6ee authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

netapi32: Declare a variable static.

parent 44570c11
......@@ -24,7 +24,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(netbios);
HMODULE NETAPI32_hModule = 0;
static HMODULE NETAPI32_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