mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[KERNEL32]
Fix some comments formatting. svn path=/branches/ros-csrss/; revision=57706
This commit is contained in:
parent
aa2347c408
commit
66b2c326a5
1 changed files with 8 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
|||
/* $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
|
||||
* <jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net>
|
||||
|
@ -12,18 +11,18 @@
|
|||
* 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
|
||||
|
|
Loading…
Reference in a new issue