commit | f6eb06b105e8df059166796db766427f45ac7c1d | [log] [tgz] |
---|---|---|
author | Marcus Meissner <Marcus.Meissner@caldera.de> | Fri May 18 20:58:43 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri May 18 20:58:43 2001 +0000 |
tree | 7f636998ad58f6cf9877b5cfeebf5491bba196af | |
parent | 2f3b2ec5e572cf3f4ceca7faeb714db46e1dac12 [diff] [blame] |
Enhanced SetThreadExecutionState stub.
diff --git a/include/winnt.h b/include/winnt.h index 44459a3..46b6c33 100644 --- a/include/winnt.h +++ b/include/winnt.h
@@ -544,6 +544,12 @@ #define PF_RDTSC_INSTRUCTION_AVAILABLE 8 +/* Execution state flags */ +#define ES_SYSTEM_REQUIRED 0x00000001 +#define ES_DISPLAY_REQUIRED 0x00000002 +#define ES_USER_PRESENT 0x00000004 +#define ES_CONTINUOUS 0x80000000 + /* The Win32 register context */ /* CONTEXT is the CPU-dependent context; it should be used */