sensapi: Declare a variable static

Andrew Talbot Andrew.Talbot at talbotville.com
Sat Jan 27 12:09:34 CST 2007


Changelog:
    sensapi: Declare a variable static.

diff -urN a/dlls/sensapi/sensapi.c b/dlls/sensapi/sensapi.c
--- a/dlls/sensapi/sensapi.c	2006-09-29 15:48:43.000000000 +0100
+++ b/dlls/sensapi/sensapi.c	2007-01-27 17:38:28.000000000 +0000
@@ -44,7 +44,7 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(sensapi);
 
-HMODULE SENSAPI_hModule = 0;
+static HMODULE SENSAPI_hModule;
 
 BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
 {



More information about the wine-patches mailing list