Update the address of the Free Software Foundation.
[wine] / dlls / ntdll / loadorder.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-31  Alexandre Julliardntdll: Get rid of the loadorder wildcard support, built...
2006-02-22  Alexandre Julliardntdll: Simplify loadorder code by using an enum instead...
2006-02-04  Alexandre Julliardntdll: Added a few helper function to simplify the...
2005-07-11  Alexandre JulliardAlso look for the plain module specification in WINEDLL...
2005-07-07  Alexandre JulliardUse the same defaults for modules with and without...
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-16  Alexandre JulliardMoved configuration keys to HKCU\Software\Wine\DllOverr...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-05-27  Richard CohenFix some obsolete comments
2004-09-24  Uwe BonnesMake WINEDLLOVERRIDES also match for *dll.
2004-07-15  Alexandre JulliardSet the system directory in ntdll as soon as we have...
2004-06-15  Eric PouechConst correctness.
2004-02-24  Alexandre JulliardTweak the load order algorithm a bit to better reflect...
2004-01-05  Alexandre JulliardUpdates for the new loadorder handling of 16-bit dlls.
2003-11-25  Alexandre JulliardRemoved MODULE_GetLoadOrderA.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-10-07  Alexandre JulliardRemoved references to GetSystemDirectoryW.
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-09-27  Alexandre JulliardConverted the load order code to use Unicode throughout.
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.