Sweden-Number/programs/wineconsole
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
..
.cvsignore Renamed Winelib apps to .exe.so to follow the dll naming convention. 2002-05-21 19:42:29 +00:00
Makefile.in Added a (n)curses backend to the wineconsole. 2002-12-13 23:37:06 +00:00
curses.c Fixed WCCURSES_InitBackend prototype in the no curses case. 2003-06-14 01:34:53 +00:00
dialog.c Added checks when editing window and sb size so that they are kept 2003-02-24 20:41:08 +00:00
registry.c Quiet some valgrind reports. 2003-05-13 04:47:11 +00:00
user.c If (n)curses wasn't available at compile time: 2003-06-13 16:32:52 +00:00
winecon_private.h If (n)curses wasn't available at compile time: 2003-06-13 16:32:52 +00:00
winecon_user.h Added configuration on per application basis. 2002-09-04 18:41:52 +00:00
wineconsole.c - adapted kernel32 so that it no longer (directly) manages console 2003-06-21 02:07:10 +00:00
wineconsole_De.rc Added checks when editing window and sb size so that they are kept 2003-02-24 20:41:08 +00:00
wineconsole_En.rc Added checks when editing window and sb size so that they are kept 2003-02-24 20:41:08 +00:00
wineconsole_Fr.rc Added checks when editing window and sb size so that they are kept 2003-02-24 20:41:08 +00:00
wineconsole_Hu.rc Added checks when editing window and sb size so that they are kept 2003-02-24 20:41:08 +00:00
wineconsole_Ru.rc Added a lot of Russian translations. 2003-05-04 02:33:08 +00:00
wineconsole_Zh.rc Added checks when editing window and sb size so that they are kept 2003-02-24 20:41:08 +00:00
wineconsole_res.h Added checks when editing window and sb size so that they are kept 2003-02-24 20:41:08 +00:00
wineconsole_res.rc Added a lot of Russian translations. 2003-05-04 02:33:08 +00:00