2009-02-06 Linton Miller <Linton.Miller@trivininc.com>

* include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
This commit is contained in:
Chris Sutcliffe 2009-02-07 04:34:27 +00:00
parent eea6c2c9c3
commit f8471cd023
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-02-06 Linton Miller <Linton.Miller@trivininc.com>
* include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
2009-01-19 Corinna Vinschen <corinna@vinschen.de>
* include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.

View File

@ -88,7 +88,7 @@ void WINAPI WTSFreeMemory(PVOID pMemory);
// WTSWaitSystemEvent local server handle
#define WTS_CURRENT_SERVER_HANDLE 0
#define WTS_CURRENT_SESSION 0
#define WTS_CURRENT_SESSION ((DWORD)-1)
// WTSWaitSystemEvent flags
#define WTS_EVENT_NONE 0x00000000