• 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
..
avitools Loading commit data...
clock Loading commit data...
cmdlgtst Loading commit data...
control Loading commit data...
expand Loading commit data...
notepad Loading commit data...
osversioncheck Loading commit data...
progman Loading commit data...
regapi Loading commit data...
regedit Loading commit data...
regsvr32 Loading commit data...
regtest Loading commit data...
rpcss Loading commit data...
rundll32 Loading commit data...
start Loading commit data...
uninstaller Loading commit data...
view Loading commit data...
wcmd Loading commit data...
wineboot Loading commit data...
winecfg Loading commit data...
wineconsole Loading commit data...
winedbg Loading commit data...
winefile Loading commit data...
winemenubuilder Loading commit data...
winemine Loading commit data...
winepath Loading commit data...
winevdm Loading commit data...
winhelp Loading commit data...
winver Loading commit data...
.cvsignore Loading commit data...
Makefile.in Loading commit data...
Makeprog.rules.in Loading commit data...
wineapploader.in Loading commit data...
winelauncher.in Loading commit data...