mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 12:14:32 +00:00
Fix broken merge.
svn path=/branches/ntvdm/; revision=62850
This commit is contained in:
parent
e2dbefc310
commit
5b74bbc251
1 changed files with 0 additions and 1 deletions
|
@ -329,7 +329,6 @@ typedef struct _CONSOLE
|
|||
|
||||
COORD ConsoleSize; /* The current size of the console, for text-mode only */
|
||||
BOOLEAN FixedSize; /* TRUE if the console is of fixed size */
|
||||
BOOLEAN NotifyLastClose; /* TRUE if the console should send a control event when a process detaches, and only one process is still attached to it */
|
||||
|
||||
COLORREF Colors[16]; /* Colour palette */
|
||||
|
||||
|
|
Loading…
Reference in a new issue