• Eric Pouech's avatar
    - adapted kernel32 so that it no longer (directly) manages console · 412d37f6
    Eric Pouech authored
      handles as wineserver handles
    - console input handle object is no longer waitable (input record
      synchronisation is now implemented as a simple semaphore), and removed
      FD_TYPE_CONSOLE from fd types in wineserver
    - console handles now always have their two lower bit set so one can
      distinguish a console handle from a kernel object handle
    - implemented some undocumented kernel32 console related APIs
      (CloseConsoleHandle, GetConsoleInputWaitHandle, OpenConsoleW,
      VerifyConsoleIoHandle, DuplicateConsoleHandle)
    - allowed a few kernel32 APIs to take console pseudo-handles
      (FlushFileBuffer, GetFileType, WaitFor*Object*)
    - simplified the console inheritance at process creation
    - in console tests, no longer create a console if one already exists
    412d37f6
Name
Last commit
Last update
controls Loading commit data...
dlls Loading commit data...
documentation Loading commit data...
files Loading commit data...
graphics Loading commit data...
if1632 Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
memory Loading commit data...
misc Loading commit data...
miscemu Loading commit data...
msdos Loading commit data...
objects Loading commit data...
ole Loading commit data...
programs Loading commit data...
relay32 Loading commit data...
scheduler Loading commit data...
server Loading commit data...
tools Loading commit data...
win32 Loading commit data...
windows Loading commit data...
.cvsignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
BUGS Loading commit data...
COPYING.LIB Loading commit data...
ChangeLog Loading commit data...
DEVELOPERS-HINTS Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
winedefault.reg Loading commit data...