mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[WTSAPI32] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68507
This commit is contained in:
@@ -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.@)
|
||||
*/
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user