Temp hack to clean up .def files and hopefully avoid more bug
[wine] / dlls / kernel / system.c
2005-05-16  Alexandre JulliardMoved a bunch of definitions out of module.h into a new
2005-05-16  Alexandre JulliardMoved the remaining stack frame definitions to kernel_p...
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-11-05  Alexandre JulliardSet %fs and %gs in the register context to their curren...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-06-30  Alexandre JulliardReplace calls to WaitForMultipleObjects with a 0 count...
2003-05-20  Alexandre JulliardMoved system.dll implementation to dlls/kernel.