Merged PE_InitDLL into MODULE_InitDLL.
[wine] / dlls / ntdll / loader.c
2003-04-04  Alexandre JulliardMerged PE_InitDLL into MODULE_InitDLL.
2003-03-22  Alexandre JulliardFixed duplicate initialization of some of the wm->ldr...
2003-03-21  Eric PouechRemoved no longer needed MODREF.find_export field.
2003-03-21  Eric Pouech- implemented LdrQueryProcessModuleInformation
2003-03-20  Eric PouechMoved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and...
2003-03-20  Eric PouechMove some fields (refCount, tls_index and module) from...
2003-03-20  Eric PouechMoved the module loading/unloading code and the remaini...
2003-03-20  Alexandre JulliardPartially implemented LdrLock/UnlockLoaderLock.
2003-03-18  Eric Pouech- added LDR_MODULE structure to WINE_MODREF and made...
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...
2003-03-04  Eric Pouech- added Ldr* information to include/winternl.h
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-15  Alexandre JulliardTrap exceptions in RtlImageNtHeader.
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-07-24  Alexandre JulliardAdded support for ordinal hint in PE_FindExportedFunction.
2002-06-10  Mike McCormack- Partially implement LdrGetDllHandle.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Dmitry TimoshkovAdded LdrDisableThreadCalloutsForDll.