ntdll: Added emulation of ATL thunks for platforms with NX support.
[wine] / dlls / ntdll / resource.c
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-16  Alexandre JulliardWe no longer need to handle EXCEPTION_PRIV_INSTRUCTION...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-23  Francois GougetDocumentation tweaks to make winapi_check happy.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-11-15  Alexandre JulliardUse proper asm name for external functions.
2005-11-07  Robert ShearmanLdrAccessResource should pop 16 bytes off the stack...
2005-11-02  Robert ShearmanMake LdrAccessResource call an internal function to...
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-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2004-09-22  Richard CohenMove TRACE inside TRY block.
2004-08-13  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-30  Alexandre JulliardAdded support for getting and setting the UI language.
2004-06-15  Eric PouechConst correctness.
2004-04-20  Robert ShearmanStub and documentation for RtlFormatMessage.
2003-12-13  Francois GougetTry not to display uninitialized data in traces (found...
2003-11-27  Alexandre JulliardPorting fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-05-07  Alexandre JulliardMoved the EnumResource* functions to the kernel dll...
2003-04-30  Alexandre JulliardFixed typo in last minute change (spotted by Gerald...
2003-04-29  Alexandre JulliardImplemented ntdll resource functions.