kernel: Don't bother checking load order of the exe in the parent process.
[wine] / dlls / kernel / system.c
2005-08-29  Alexandre JulliardMoved the implementation of a couple of system.drv...
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-06  Alexandre JulliardMoved the kernel per-thread data out of the TEB into...
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.