cryptdll: Change storage class of module handle to static.

This commit is contained in:
Andrew Talbot 2006-12-09 22:49:08 +00:00 committed by Alexandre Julliard
parent 68176eeda1
commit 0c305a3492

View file

@ -25,7 +25,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(cryptdll);
HMODULE CRYPTDLL_hModule = 0;
static HMODULE CRYPTDLL_hModule;
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{