reactos/reactos
Hermès Bélusca-Maïto b8b8819c7b [KERNEL32][CONSRV]
Implement ReadConsoleInputExA/W, which are a generalization of ReadConsoleInputA/W and PeekConsoleInputA/W. They allow you to read console input events by either waiting (or not) for their presence, and to remove them from the console input list (or not).
Those functions are the read-equivalent of WriteConsoleInputVDMA/W.
Used in Windows' NTVDM (guess why ;) ).

svn path=/trunk/; revision=60920
2013-11-10 20:20:57 +00:00
..
base [TRANSLATIONS] 2013-11-10 14:47:03 +00:00
boot [TRANSLATIONS] 2013-11-10 14:47:03 +00:00
cmake [CMAKE] 2013-11-05 20:52:36 +00:00
deprecated Say bye-bye to almost all of the deprecated CSR code, the one in use before the big architectural change of r58770 (only keep the part which was in usage in win32k, it may be useful later on). 2013-09-22 20:48:47 +00:00
dll [KERNEL32][CONSRV] 2013-11-10 20:20:57 +00:00
drivers [CLASSPNP] 2013-11-06 00:10:46 +00:00
hal [HAL][PCIX]: Finish to put \r\n for Hal\InbvDisplayStrings. Part 3/3. 2013-10-13 23:37:11 +00:00
include [KERNEL32][CONSRV] 2013-11-10 20:20:57 +00:00
lib [NDK][DDK][RTL] 2013-11-05 20:40:01 +00:00
media [INF] 2013-10-27 12:13:42 +00:00
modules [TELNET] Don't compile it on MSVC 2013-09-22 21:04:06 +00:00
ntoskrnl [NTOSKRNL] 2013-11-05 22:03:42 +00:00
subsystems * Remove deprecated resource file loading and memory attributes (http://msdn.microsoft.com/en-us/library/aa380908.aspx). 2013-10-13 22:31:17 +00:00
tools [RSYM] 2013-11-03 19:01:03 +00:00
win32ss [KERNEL32][CONSRV] 2013-11-10 20:20:57 +00:00
.hgeol
apistatus.lst
CMakeLists.txt [CMAKE] 2013-09-17 22:31:33 +00:00
configure.cmd
configure.sh configure: remove bashism. 2013-08-31 00:05:29 +00:00
COPYING
COPYING.ARM
COPYING.LIB
COPYING3
COPYING3.LIB
CREDITS [REACTOS] 2013-09-15 13:23:22 +00:00
depmap.xsl
Doxyfile
global.lds
INSTALL
PreLoad.cmake
README
toolchain-gcc.cmake [CMAKE] 2013-11-02 13:56:47 +00:00
toolchain-msvc.cmake
vreport.xsl

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

1. What is ReactOS?

   ReactOS is an Open Source effort to develop a quality operating system
that is compatible with Windows NT applications and drivers.

   The ReactOS project, although currently focused on Windows XP/2003
drivers compatibility, is always keeping an eye toward compatibility with
older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new
Windows NT releases (Vista, etc). Applications (Win32 API) compatibility
focus is Windows XP.

More information is available at http://www.reactos.org/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.