[WTSAPI32] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68507
This commit is contained in:
Amine Khaldi 2015-07-20 23:03:32 +00:00
parent bc0088d758
commit 0e5cec0429
3 changed files with 11 additions and 1 deletions

View file

@ -64,6 +64,15 @@ BOOL WINAPI WTSDisconnectSession(HANDLE hServer, DWORD SessionId, BOOL bWait)
return TRUE;
}
/************************************************************
* WTSEnableChildSessions (WTSAPI32.@)
*/
BOOL WINAPI WTSEnableChildSessions(BOOL enable)
{
FIXME("Stub %d\n", enable);
return TRUE;
}
/************************************************************
* WTSEnumerateProcessesA (WTSAPI32.@)
*/

View file

@ -2,6 +2,7 @@
@ stdcall WTSConnectSessionA(long long ptr long)
@ stdcall WTSConnectSessionW(long long ptr long)
@ stdcall WTSDisconnectSession(long long long)
@ stdcall WTSEnableChildSessions(long)
@ stdcall WTSEnumerateProcessesA(long long long ptr ptr)
@ stdcall WTSEnumerateProcessesW(long long long ptr ptr)
@ stdcall WTSEnumerateServersA(ptr long long ptr ptr)

View file

@ -217,7 +217,7 @@ reactos/dll/win32/wldap32 # Synced to WineStaging-1.7.37
reactos/dll/win32/wmi # Synced to WineStaging-1.7.37
reactos/dll/win32/wmiutils # Synced to WineStaging-1.7.37
reactos/dll/win32/wshom.ocx # Synced to WineStaging-1.7.37
reactos/dll/win32/wtsapi32 # Synced to WineStaging-1.7.37
reactos/dll/win32/wtsapi32 # Synced to WineStaging-1.7.47
reactos/dll/win32/wuapi # Synced to WineStaging-1.7.37
reactos/dll/win32/xinput1_1 # Synced to WineStaging-1.7.37
reactos/dll/win32/xinput1_2 # Synced to WineStaging-1.7.37