Commit 0c305a34 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

cryptdll: Change storage class of module handle to static.

parent 68176eed
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(cryptdll); WINE_DEFAULT_DEBUG_CHANNEL(cryptdll);
HMODULE CRYPTDLL_hModule = 0; static HMODULE CRYPTDLL_hModule;
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) 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