Author: aandrejevic Date: Mon Apr 21 01:51:27 2014 New Revision: 62850
URL: http://svn.reactos.org/svn/reactos?rev=62850&view=rev Log: Fix broken merge.
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/include/conio.h
Modified: branches/ntvdm/win32ss/user/winsrv/consrv/include/conio.h URL: http://svn.reactos.org/svn/reactos/branches/ntvdm/win32ss/user/winsrv/consrv... ============================================================================== --- branches/ntvdm/win32ss/user/winsrv/consrv/include/conio.h [iso-8859-1] (original) +++ branches/ntvdm/win32ss/user/winsrv/consrv/include/conio.h [iso-8859-1] Mon Apr 21 01:51:27 2014 @@ -329,7 +329,6 @@
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 */