Fixed the behavior for SHGetFileInfo when the SHGFI_USEFILEATTRIBUTES
[wine] / misc / options.c
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-03-23  Alexandre JulliardCleanup properly on x11drv unloading.
2001-03-20  Alexandre Julliard- Added support for app-specific dll overrides using
2001-02-12  Rein KlazesAdded support for the Malayan language.
2001-01-10  Alexandre JulliardRemoved all traces of the --config option.
2001-01-04  Guy L. AlbertelliReimplemented "relay=" and "snoop=" suboptions.
2000-12-18  Morten Welinder(parse_options): Allow GNU-like option arguments like
2000-12-15  Andreas MohrImproved usage message.
2000-12-15  Alexandre JulliardAdded support for Unicode applications in winebuild.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-06  Michael VekslerAdd basic NLS information needed for Hebrew.
2000-11-27  Andreas Mohr- added winver settings nt2k, win30 and win20 (yes...
2000-11-09  Alexandre JulliardAdded __wine_get_main_args to retrieve command-line...
2000-11-08  Alexandre JulliardAdded new library.h header for libwine definitions.
2000-11-05  Alexandre JulliardNew debug channel mechanism allowing decentralized...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-07-16  Alexandre JulliardGet full path of argv[0] before we change directories.
2000-07-15  Alexandre JulliardMade --language behave the same as setting the LANGUAGE...
2000-06-07  Alexandre JulliardFixed off-by-one error in string allocation.
2000-05-30  Alexandre JulliardMake child processes inherit command-line options throu...
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-13  Eric PouechGot rid of -debug wine's option (wine now requires...
2000-04-04  Alexandre JulliardAdded a per-drive FailReadOnly flag, and removed the...
2000-03-18  Alexandre JulliardMoved command-line option handling out of the X11 driver.