Andrew Talbot : netapi32: Declare a variable static.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jan 17 05:21:32 CST 2007


Module: wine
Branch: master
Commit: 9d70a6ee2caf36d66f1154760fe056919d14234b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9d70a6ee2caf36d66f1154760fe056919d14234b

Author: Andrew Talbot <Andrew.Talbot at 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)
 {




More information about the wine-cvs mailing list