Sweden-Number/files
Eric Pouech 412d37f6e6 - adapted kernel32 so that it no longer (directly) manages console
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
2003-06-21 02:07:10 +00:00
..
directory.c Add trailing full-stop to warning in DIR_GetPath(). 2003-03-25 00:33:12 +00:00
dos_fs.c Removed unnecessary casts. 2003-05-19 19:04:28 +00:00
drive.c Migrate most int21 ioctl routines to winedos. 2003-06-04 20:17:52 +00:00
file.c - adapted kernel32 so that it no longer (directly) manages console 2003-06-21 02:07:10 +00:00
profile.c Fix some typos. 2003-06-04 20:29:05 +00:00
smb.c 'sizeof type' is best avoided as it won't always compile (e.g. 'int 2003-06-18 19:45:22 +00:00
smb.h Convert most of the file APIs to Unicode. 2002-08-27 01:13:58 +00:00
tape.c Build ntdll with -DSTRICT. 2002-11-21 03:45:01 +00:00