Module: wine Branch: master Commit: 0c305a3492a01522baf66d0bed8c2722a7a7d05c URL: http://source.winehq.org/git/wine.git/?a=commit;h=0c305a3492a01522baf66d0bed... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Sat Dec 9 22:49:08 2006 +0000 cryptdll: Change storage class of module handle to static. --- dlls/cryptdll/cryptdll.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/cryptdll/cryptdll.c b/dlls/cryptdll/cryptdll.c index c03ae56..72fcf68 100644 --- a/dlls/cryptdll/cryptdll.c +++ b/dlls/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) {