mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
- move undocumented constants to more appropiate location
- thnx to Alex_Ionescu svn path=/trunk/; revision=25053
This commit is contained in:
parent
e07f82102e
commit
8dde1987db
2 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,6 @@ extern "C" {
|
|||
#define ENABLE_MOUSE_INPUT 16
|
||||
#define ENABLE_PROCESSED_OUTPUT 1
|
||||
#define ENABLE_WRAP_AT_EOL_OUTPUT 2
|
||||
#define CONSOLE_INPUT_MODE_VALID (0x0f)
|
||||
#define CONSOLE_OUTPUT_MODE_VALID (0x03)
|
||||
#define KEY_EVENT 1
|
||||
#define MOUSE_EVENT 2
|
||||
#define WINDOW_BUFFER_SIZE_EVENT 4
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
#define CSR_NATIVE 0x0000
|
||||
#define CSR_CONSOLE 0x0001
|
||||
#define CSR_GUI 0x0002
|
||||
#define CONSOLE_INPUT_MODE_VALID (0x0f)
|
||||
#define CONSOLE_OUTPUT_MODE_VALID (0x03)
|
||||
|
||||
/*
|
||||
typedef union _CSR_API_NUMBER
|
||||
|
|
Loading…
Reference in a new issue