oleaut: Move the processing of functions in SLTG typelibs into a
[wine] / dlls / kernel / relay16.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-09-18  Alexandre JulliardMoved return value handling to the individual relay...
2005-08-17  Mike McCormackgcc 4.0 warning fixes.
2005-07-22  Alexandre JulliardAdded small assembly wrapper to call entry points witho...
2005-07-21  Alexandre JulliardRegister functions with no arguments should still be...
2005-07-05  Alexandre JulliardIntercept functions for 16-bit relay debugging by patch...
2005-07-05  Alexandre JulliardAdded vararg argument type so that the relay code can...
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-14  Alexandre JulliardMoved debugging config options to HKCU\Software\Wine...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-06  Alexandre JulliardMoved the kernel per-thread data out of the TEB into...
2005-05-17  Alexandre JulliardRenamed some fields in NE_MODULE to use the same name...
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-16  Alexandre JulliardMoved data structures for 16-bit relay calls to winbase...
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-10-16  Alexandre JulliardFixed handling of relay and snoop include/exclude lists...
2003-10-08  Alexandre JulliardDuplicate parts of the relay debugging init code into...
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-18  Alexandre JulliardMoved synchronization and syslevel routines to dlls...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardAdded varargs support for 16-bit entry points.
2003-08-26  Alexandre JulliardMoved 16-bit relay and snoop support to dlls/kernel.