Author: winesync
Date: Wed Mar 14 17:33:33 2007
New Revision: 26082
URL:
http://svn.reactos.org/svn/reactos?rev=26082&view=rev
Log:
Autosyncing with Wine HEAD
Modified:
trunk/reactos/dll/win32/cryptdll/cryptdll.c
Modified: trunk/reactos/dll/win32/cryptdll/cryptdll.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptdll/cryptdl…
==============================================================================
--- trunk/reactos/dll/win32/cryptdll/cryptdll.c (original)
+++ trunk/reactos/dll/win32/cryptdll/cryptdll.c Wed Mar 14 17:33:33 2007
@@ -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)
{