ntdll: Process --help and --version args earlier on during startup.
[wine] / dlls / kernel / resource16.c
2005-09-12  Alexandre JulliardFixed a few more pointer to integer typecast issues...
2005-09-12  Alexandre JulliardUse MAKEINTRESOURCE instead of casts where appropriate.
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-08-17  Mike McCormackgcc 4.0 warning fixes.
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-05-20  Alexandre JulliardGenerate 16-bit resources in the proper format inside...
2005-05-19  Alexandre JulliardUse a memory mapping instead of file I/O to load 16...
2005-05-17  Alexandre JulliardRenamed some fields in NE_MODULE to use the same name...
2005-05-16  Alexandre JulliardMoved a bunch of definitions out of module.h into a new
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-07-23  Alexandre JulliardAvoid lvalue casts (based on a patch by Marcus Meissner).
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-25  Alexandre JulliardRemoved task.h.
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-04-30  Alexandre JulliardMoved most of the kernel resource APIs to dlls/kernel.