Module: wine Branch: master Commit: 7e13c16cbcc2b0b96da8f9216bb7c809ee7358d7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7e13c16cbcc2b0b96da8f9216b...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Sat Feb 3 14:25:13 2007 +0000
wtsapi32: Declare a variable static.
---
dlls/wtsapi32/wtsapi32.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/wtsapi32/wtsapi32.c b/dlls/wtsapi32/wtsapi32.c index 91b1aa4..cec23ee 100644 --- a/dlls/wtsapi32/wtsapi32.c +++ b/dlls/wtsapi32/wtsapi32.c @@ -25,7 +25,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(wtsapi);
-HMODULE WTSAPI32_hModule = 0; +static HMODULE WTSAPI32_hModule;
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) {