wtsapi32: Remove an unnecessary DllMain entry point.
This commit is contained in:
parent
6af3e91cf8
commit
102f5085ef
|
@ -26,25 +26,6 @@
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(wtsapi);
|
WINE_DEFAULT_DEBUG_CHANNEL(wtsapi);
|
||||||
|
|
||||||
|
|
||||||
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
|
||||||
{
|
|
||||||
TRACE("%p,%x,%p\n", hinstDLL, fdwReason, lpvReserved);
|
|
||||||
|
|
||||||
switch (fdwReason) {
|
|
||||||
case DLL_PROCESS_ATTACH:
|
|
||||||
{
|
|
||||||
DisableThreadLibraryCalls(hinstDLL);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
case DLL_PROCESS_DETACH:
|
|
||||||
{
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return TRUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
/************************************************************
|
/************************************************************
|
||||||
* WTSCloseServer (WTSAPI32.@)
|
* WTSCloseServer (WTSAPI32.@)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue