Module: wine Branch: master Commit: 9d70a6ee2caf36d66f1154760fe056919d14234b URL: http://source.winehq.org/git/wine.git/?a=commit;h=9d70a6ee2caf36d66f1154760f...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Tue Jan 16 21:11:37 2007 +0000
netapi32: Declare a variable static.
---
dlls/netapi32/netapi32.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/netapi32/netapi32.c b/dlls/netapi32/netapi32.c index d583353..a1cef9f 100644 --- a/dlls/netapi32/netapi32.c +++ b/dlls/netapi32/netapi32.c @@ -24,7 +24,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(netbios);
-HMODULE NETAPI32_hModule = 0; +static HMODULE NETAPI32_hModule;
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) {