cryptdll: Change storage class of module handle to static.
This commit is contained in:
parent
68176eeda1
commit
0c305a3492
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue