1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/programs
Eric Pouech 5ef8871c62 - wineconsole now exits if the started program inside it terminates
before the console actually starts up.
- Removed the last Ansi imported APIs since now Propsheet has a decent
  Unicode interface.
- Fixed a couple of menu related bugs (states were wrong).
- Finished input selection code (mark and key for selection moving are
  operational, generating mouse events to programs attached to the
  console).
2002-02-04 18:41:32 +00:00
..
avitools Move __stdcall/__cdecl to the right place. 2002-02-02 18:42:11 +00:00
clock Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. 2001-11-24 17:07:08 +00:00
cmdlgtst Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. 2001-11-24 17:07:08 +00:00
control We can use normal imports for shell32 now. 2002-02-02 18:15:27 +00:00
notepad Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. 2001-11-24 17:07:08 +00:00
osversioncheck Changes wine_main to main to properly build on all platforms. 2002-01-29 02:59:22 +00:00
progman Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. 2001-11-24 17:07:08 +00:00
regapi Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. 2001-11-24 17:07:08 +00:00
regtest malloc.h is obsolete and stdlib.h should be used instead. 2002-02-02 18:16:25 +00:00
uninstaller Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. 2001-11-24 17:07:08 +00:00
view Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. 2001-11-24 17:07:08 +00:00
wcmd Changes wine_main to main to properly build on all platforms. 2002-01-29 02:59:22 +00:00
wineconsole - wineconsole now exits if the started program inside it terminates 2002-02-04 18:41:32 +00:00
winemine Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. 2001-11-24 17:07:08 +00:00
winetest - Made runtest "use strict". 2002-02-02 18:22:08 +00:00
winhelp Only include the necessary files to avoid conflicts in gethostname 2001-12-04 20:16:58 +00:00
winver Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. 2001-11-24 17:07:08 +00:00
.cvsignore Added Makeprog.rules.in containing rules for building Winelib 2000-11-10 23:35:20 +00:00
Makefile.in New console code based on Win32 windows. 2001-11-23 23:04:58 +00:00
Makeprog.rules.in Added rules for running tests. 2002-01-10 03:30:21 +00:00