When including config.h, include it first.
[wine] / tools / winebuild / parser.c
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-06-07  Alexandre JulliardSupport for specifying stack size of Winelib apps.
2001-05-22  Dmitry TimoshkovFixed some issues.
2001-02-15  Alexandre JulliardAdded support for backslash escaping of special characters.
2001-02-13  Josh DuBoisMore portable .align directive.
2000-12-26  Eric PouechAdded ability to delay loading of an imported DLL until...
2000-12-15  Alexandre JulliardAllocate entry points dynamically to allow for a larger...
2000-12-15  Alexandre JulliardAdded support for Unicode applications in winebuild.
2000-12-14  Jon GriffithsAdded "ignore" directive for skipping individual symbol...
2000-11-27  Francois GougetThe init function can be called main.
2000-11-26  Alexandre JulliardAdded entry point flags -noimport, -norelay, -ret64...
2000-11-12  Alexandre JulliardRaise an exception for unimplemented 16-bit entry point...
2000-11-11  Joerg MayerGet rid of some warnings about unused variables, signed...
2000-11-05  Alexandre JulliardAdded debug_channels support.
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-23  Alexandre JulliardAdded support for loading Win32 .res files.
2000-10-01  Alexandre JulliardAdded stdcall64 entry point type to allow correct relay...
2000-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-06-23  Alexandre JulliardSplit the build program in several files.