From: Aleksandar Andrejevic Date: Mon, 21 Apr 2014 01:51:27 +0000 (+0000) Subject: Fix broken merge. X-Git-Tag: backups/0.3.17@66124~1365^2~25 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=5b74bbc25131d4a42af5f67ee2b26ce2efea8365;ds=sidebyside Fix broken merge. svn path=/branches/ntvdm/; revision=62850 --- diff --git a/win32ss/user/winsrv/consrv/include/conio.h b/win32ss/user/winsrv/consrv/include/conio.h index 6e1e8fdb441..6dda15759fe 100644 --- a/win32ss/user/winsrv/consrv/include/conio.h +++ b/win32ss/user/winsrv/consrv/include/conio.h @@ -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 */