include: Define some console display modes.

This commit is contained in:
EA Durbin 2008-03-31 20:44:28 -05:00 committed by Alexandre Julliard
parent bea9f06200
commit 9cd9023db6

View file

@ -23,6 +23,9 @@
extern "C" { extern "C" {
#endif #endif
#define CONSOLE_FULLSCREEN 1
#define CONSOLE_FULLSCREEN_HARDWARE 2
#define CTRL_C_EVENT 0 #define CTRL_C_EVENT 0
#define CTRL_BREAK_EVENT 1 #define CTRL_BREAK_EVENT 1
#define CTRL_CLOSE_EVENT 2 #define CTRL_CLOSE_EVENT 2