mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[PSDK] Add missing declaration of WTSGetActiveConsoleSessionId() (#1920)
This allows this function to be used.
This commit is contained in:
parent
89761ef951
commit
b6654c0fb5
1 changed files with 3 additions and 0 deletions
|
@ -3283,8 +3283,11 @@ BOOL WINAPI WriteProfileSectionW(_In_ LPCWSTR, _In_ LPCWSTR);
|
|||
BOOL WINAPI WriteProfileStringA(_In_opt_ LPCSTR, _In_opt_ LPCSTR, _In_opt_ LPCSTR);
|
||||
BOOL WINAPI WriteProfileStringW(_In_opt_ LPCWSTR, _In_opt_ LPCWSTR, _In_opt_ LPCWSTR);
|
||||
DWORD WINAPI WriteTapemark(_In_ HANDLE, _In_ DWORD, _In_ DWORD, _In_ BOOL);
|
||||
|
||||
#define Yield()
|
||||
|
||||
#if (_WIN32_WINNT >= 0x0501)
|
||||
DWORD WINAPI WTSGetActiveConsoleSessionId(VOID);
|
||||
BOOL WINAPI ZombifyActCtx(_Inout_ HANDLE);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue