mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Start implementing GenerateConsoleCtrlEven.
svn path=/trunk/; revision=5462
This commit is contained in:
parent
59a33415c2
commit
9c21a394bd
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
/* $Id: console.c,v 1.61 2003/07/29 16:42:35 royce Exp $
|
/* $Id: console.c,v 1.62 2003/08/07 12:17:56 jimtabor Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
* FILE: lib/kernel32/misc/console.c
|
* FILE: lib/kernel32/misc/console.c
|
||||||
* PURPOSE: Win32 server console functions
|
* PURPOSE: Win32 server console functions
|
||||||
* PROGRAMMER: ???
|
* PROGRAMMER: James Tabor
|
||||||
|
* <jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net>
|
||||||
* UPDATE HISTORY:
|
* UPDATE HISTORY:
|
||||||
* 199901?? ?? Created
|
* 199901?? ?? Created
|
||||||
* 19990204 EA SetConsoleTitleA
|
* 19990204 EA SetConsoleTitleA
|
||||||
|
|
Loading…
Reference in a new issue