Commit 76a02246 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

sensapi: Declare a variable static.

parent 1efcf376
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment