Do not check for non NULL pointer before HeapFree'ing it. It's
[wine] / programs / wineconsole / dialog.c
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-04-20  Francois GougetMake static Unicode strings const.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-02-24  Eric PouechAdded checks when editing window and sb size so that...
2003-01-11  Eric PouechAdded the GUI part for setting the edition mode flavor.
2003-01-07  Alexandre JulliardDefined NONAMELESSUNION/STRUCT directly in the files...
2002-09-04  Eric PouechAdded configuration on per application basis.
2002-07-23  Andreas Mohr- Fix some spelling problems.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-21  Eric PouechAllow ANSI charset in font enumeration.
2002-05-14  Eric PouechRemoved Trace macro and replaced it by Wine debug chann...
2002-03-23  Eric PouechWineconsole is now able to handle non raster fonts...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-04  Eric Pouech- wineconsole now exits if the started program inside...
2002-01-02  Eric PouechFixed color definition (bg and fg were swapped).
2002-01-01  James JuranInclude <stdlib.h> to get prototype for abs() function.
2001-12-04  Eric Pouech- allow to save/restore some properties into the regist...
2001-11-23  Eric PouechNew console code based on Win32 windows.