sensapi: Declare a variable static.

oldstable
Andrew Talbot 2007-01-27 18:09:34 +00:00 committed by Alexandre Julliard
parent 1efcf37692
commit 76a0224696
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{