- 28 Jan, 2005 1 commit
-
-
Rémi Assailly authored
-
- 08 Oct, 2004 1 commit
-
-
Ferenc Wagner authored
-
- 13 Sep, 2004 1 commit
-
-
Eric Pouech authored
-
- 09 Sep, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 08 Sep, 2004 1 commit
-
-
Eric Pouech authored
- fixed console-related fields in RTL_USER_PROCESS_PARAMETERS - various clean-up in kernel32.SetConsoleCtrlHandler - only send a console event once to a process and not to all the process' threads
-
- 03 May, 2004 1 commit
-
-
Jakob Eriksson authored
-
- 26 Jan, 2004 1 commit
-
-
Francois Gouget authored
-
- 25 Sep, 2003 1 commit
-
-
Jon Griffiths authored
-
- 21 Jun, 2003 1 commit
-
-
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
-
- 13 May, 2003 1 commit
-
-
Eric Pouech authored
-