mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 09:36:16 +00:00
[PSDK] Add missing WTS_CURRENT_SERVER_HANDLE definition.
svn path=/trunk/; revision=67659
This commit is contained in:
parent
a9b4645a46
commit
02b3db07d5
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,8 @@ typedef struct _WTS_SERVER_INFOW
|
|||
DECL_WINELIB_TYPE_AW(WTS_SERVER_INFO)
|
||||
DECL_WINELIB_TYPE_AW(PWTS_SERVER_INFO)
|
||||
|
||||
#define WTS_CURRENT_SERVER_HANDLE ((HANDLE)NULL)
|
||||
|
||||
void WINAPI WTSCloseServer(HANDLE);
|
||||
BOOL WINAPI WTSConnectSessionA(ULONG, ULONG, PSTR, BOOL);
|
||||
BOOL WINAPI WTSConnectSessionW(ULONG, ULONG, PWSTR, BOOL);
|
||||
|
|
Loading…
Reference in a new issue