mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
wtsapi32: Remove unused variable.
This commit is contained in:
parent
960f0595b2
commit
ffb2cae6fc
@ -25,7 +25,6 @@
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(wtsapi);
|
||||
|
||||
static HMODULE WTSAPI32_hModule;
|
||||
|
||||
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
{
|
||||
@ -35,7 +34,6 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
case DLL_PROCESS_ATTACH:
|
||||
{
|
||||
DisableThreadLibraryCalls(hinstDLL);
|
||||
WTSAPI32_hModule = hinstDLL;
|
||||
break;
|
||||
}
|
||||
case DLL_PROCESS_DETACH:
|
||||
|
Loading…
Reference in New Issue
Block a user