Fix broken merge.
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Mon, 21 Apr 2014 01:51:27 +0000 (01:51 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Mon, 21 Apr 2014 01:51:27 +0000 (01:51 +0000)
svn path=/branches/ntvdm/; revision=62850

win32ss/user/winsrv/consrv/include/conio.h

index 6e1e8fd..6dda157 100644 (file)
@@ -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 */