kernel: Don't bother checking load order of the exe in the parent process.
[wine] / dlls / kernel / module.c
2006-01-10  Robert Shearmankernel: Remove wine/server.h include from files where...
2006-01-03  Robert Reifkernel: DelayLoadFailureHook crash fix.
2005-12-12  Filip Navarakernel: Fix the Mach-O binary magic.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-08  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-10-18  Vitaliy MargolenLoadLibrary should ignore trailing spaces in the librar...
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-09-12  Alexandre JulliardFixed a few more pointer to integer typecast issues...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-12  Alexandre JulliardImplemented DelayLoadFailureHook and use it in the...
2005-08-12  Alexandre JulliardAdd the 16-bit system directory if any to the module...
2005-08-02  Alexandre JulliardImplemented Get/SetDllDirectory.
2005-07-11  Alexandre JulliardA NULL module handle means 'main exe' in GetProcAddress...
2005-06-20  Mike McCormack- don't include winreg.h
2004-12-17  Andreas MohrFixed a typo.
2004-09-10  Andreas MohrDon't reject OS/2 programs, try to carry on in DOS...
2004-06-03  Alexandre JulliardSet the WINEPRELOADRESERVE variable when starting a...
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-13  Alexandre JulliardAdded proper support for switching file APIs between...
2004-04-15  Alexandre JulliardStarted implementing support for the SubSystemTib field...
2004-03-25  Alexandre JulliardReimplemented SearchPathW using ntdll functions.
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2003-12-31  Marcus MeissnerRemoved too strict header check to enable execution...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-06  Alexandre JulliardMoved loader/module.c to dlls/kernel.