From 958f8ca6694900918eab7bb6c3171bb41b982590 Mon Sep 17 00:00:00 2001 From: The Wine Synchronizer Date: Wed, 14 Mar 2007 14:33:33 +0000 Subject: [PATCH] Autosyncing with Wine HEAD svn path=/trunk/; revision=26082 --- reactos/dll/win32/cryptdll/cryptdll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/cryptdll/cryptdll.c b/reactos/dll/win32/cryptdll/cryptdll.c index c03ae565c93..72fcf680213 100644 --- a/reactos/dll/win32/cryptdll/cryptdll.c +++ b/reactos/dll/win32/cryptdll/cryptdll.c @@ -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) {