2009-02-06 Linton Miller <Linton.Miller@trivininc.com>
* include/wtsapi32.h (WTS_CURRENT_SESSION): Fix definition.
This commit is contained in:
parent
eea6c2c9c3
commit
f8471cd023
|
@ -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>
|
2009-01-19 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
|
* include/winbase.h (enum _DEP_SYSTEM_POLICY_TYPE): Fix version guard.
|
||||||
|
|
|
@ -88,7 +88,7 @@ void WINAPI WTSFreeMemory(PVOID pMemory);
|
||||||
|
|
||||||
// WTSWaitSystemEvent local server handle
|
// WTSWaitSystemEvent local server handle
|
||||||
#define WTS_CURRENT_SERVER_HANDLE 0
|
#define WTS_CURRENT_SERVER_HANDLE 0
|
||||||
#define WTS_CURRENT_SESSION 0
|
#define WTS_CURRENT_SESSION ((DWORD)-1)
|
||||||
|
|
||||||
// WTSWaitSystemEvent flags
|
// WTSWaitSystemEvent flags
|
||||||
#define WTS_EVENT_NONE 0x00000000
|
#define WTS_EVENT_NONE 0x00000000
|
||||||
|
|
Loading…
Reference in New Issue