With >256 colours, there is no need to realize a palette, so skip it
[wine] / dlls / ntdll / ntdll_misc.h
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-05-08  Eric PouechImplemented a bunch of environment related NTDLL APIs.
2003-04-07  Alexandre JulliardAdded possibility to filter relay traces based on the...
2003-04-05  Alexandre JulliardRewrote most of the import fixup code to avoid doing...
2003-04-02  Alexandre JulliardAdded abs_time_t structure to the server protocol,...
2003-03-31  Alexandre JulliardMoved WaitForMultipleObjects to ntdll (based on a patch...
2003-03-21  Eric PouechRemoved no longer needed MODREF.find_export field.
2003-03-14  Eric Pouech- implementation of LdrLoadDll out of loader/module.c
2003-03-14  Eric Pouech- implementation of LdrUnloadDll out of loader/module.c
2003-03-06  Eric Pouech- implemented LdrGetProcedureAddress and made use of...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-05  Alexandre JulliardRemoved ntdll dependency on MultiByteToWideChar/WideCha...
2000-10-15  Alexandre JulliardFixed a few prototypes.
2000-08-26  Alexandre JulliardFixed debugstr_as/us prototypes.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...