mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Autosyncing with Wine HEAD
svn path=/trunk/; revision=30893
This commit is contained in:
@@ -204,3 +204,21 @@ BOOL WINAPI WTSWaitSystemEvent(HANDLE hServer, DWORD Mask, DWORD* Flags)
|
||||
FIXME("Stub %p 0x%08x %p\n", hServer, Mask, Flags);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/************************************************************
|
||||
* WTSRegisterSessionNotification (WTSAPI32.@)
|
||||
*/
|
||||
BOOL WINAPI WTSRegisterSessionNotification(HWND hWnd, DWORD dwFlags)
|
||||
{
|
||||
FIXME("Stub %p 0x%08x\n", hWnd, dwFlags);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/************************************************************
|
||||
* WTSUnRegisterSessionNotification (WTSAPI32.@)
|
||||
*/
|
||||
BOOL WINAPI WTSUnRegisterSessionNotification(HWND hWnd)
|
||||
{
|
||||
FIXME("Stub %p\n", hWnd);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="wtsapi32" type="win32dll" baseaddress="${BASEADDRESS_WTSAPI32}" installbase="system32" installname="wtsapi32.dll" allowwarnings="true">
|
||||
<importlibrary definition="wtsapi32.spec.def" />
|
||||
<include base="wtsapi32">.</include>
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
<define name="__REACTOS__" />
|
||||
<define name="__WINESRC__" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x501</define>
|
||||
<define name="WINVER">0x501</define>
|
||||
<define name="WINVER">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x600</define>
|
||||
<library>wine</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
@ stdcall WTSQuerySessionInformationW(long long long ptr ptr)
|
||||
@ stub WTSQueryUserConfigA
|
||||
@ stub WTSQueryUserConfigW
|
||||
@ stdcall WTSRegisterSessionNotification(long long)
|
||||
@ stub WTSSendMessageA
|
||||
@ stub WTSSendMessageW
|
||||
@ stub WTSSetSessionInformationA
|
||||
@@ -22,6 +23,7 @@
|
||||
@ stub WTSSetUserConfigW
|
||||
@ stub WTSShutdownSystem
|
||||
@ stub WTSTerminateProcess
|
||||
@ stdcall WTSUnRegisterSessionNotification(long)
|
||||
@ stub WTSVirtualChannelClose
|
||||
@ stub WTSVirtualChannelOpen
|
||||
@ stub WTSVirtualChannelPurgeInput
|
||||
|
||||
Reference in New Issue
Block a user