[KERNEL32]

Fix some comments formatting.

svn path=/branches/ros-csrss/; revision=57706
This commit is contained in:
Hermès Bélusca-Maïto
2012-11-15 16:29:21 +00:00
parent aa2347c408
commit 66b2c326a5
+8 -9
View File
@@ -1,29 +1,28 @@
/* $Id: console.c 55081 2012-01-22 22:27:08Z gadamopoulos $
*
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: dll/win32/kernel32/misc/console.c
* FILE: dll/win32/kernel32/client/console/console.c
* PURPOSE: Win32 server console functions
* PROGRAMMER: James Tabor
* <[email protected]>
* <[email protected]>
* UPDATE HISTORY:
* 199901?? ?? Created
* 19990204 EA SetConsoleTitleA
* 19990306 EA Stubs
* 19990306 EA Stubs
*/
/* INCLUDES ******************************************************************/
/* INCLUDES *******************************************************************/
#include <k32.h>
#define NDEBUG
// #define NDEBUG
#include <debug.h>
extern RTL_CRITICAL_SECTION ConsoleLock;
extern BOOL ConsoleInitialized;
extern BOOL WINAPI IsDebuggerPresent(VOID);
/* GLOBALS *******************************************************************/
/* GLOBALS ********************************************************************/
PHANDLER_ROUTINE InitialHandler[1];
PHANDLER_ROUTINE* CtrlHandlers;
@@ -33,7 +32,7 @@ ULONG NrAllocatedHandlers;
#define INPUTEXENAME_BUFLEN 256
static WCHAR InputExeName[INPUTEXENAME_BUFLEN];
/* Default Console Control Handler *******************************************/
/* Default Console Control Handler ********************************************/
BOOL
WINAPI