Moved data structures for 16-bit relay calls to winbase16.h and
[wine] / dlls / kernel / ne_module.c
2005-05-16  Alexandre JulliardMoved data structures for 16-bit relay calls to winbase...
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-05-07  Alexandre JulliardConverted all the kernel32 register functions to the
2005-03-30  Alexandre JulliardBetter handling of 16-bit native dlls when a 32-bit...
2005-03-07  Rein KlazesSupport execution of pif files.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-15  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-10-22  Francois GougetThere is no point making '--register' functions stdcall...
2004-09-10  Andreas MohrDon't reject OS/2 programs, try to carry on in DOS...
2004-08-10  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-06-16  Marcus MeissnerFixed some illegal lvalue casts / increments.
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-03-30  Mike McCormackFix builtin NE module refcounting of 32bit parent.
2004-03-09  Alexandre JulliardRemoved some unnecessary definitions from file.h.
2004-01-03  Alexandre JulliardAlways try to load the 32-bit owner dll instead of...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-11-26  Alexandre JulliardNE_LoadBuiltinModule: return error 21 if the module...
2003-11-25  Alexandre JulliardRemoved MODULE_GetLoadOrderA.
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-17  Alexandre JulliardMoved a few definitions used in only one source file...
2003-11-05  Alexandre JulliardSet %fs and %gs in the register context to their curren...
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-09-27  Alexandre JulliardConverted the load order code to use Unicode throughout.
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-19  Alexandre JulliardMoved 32-bit relay and snoop support to dlls/ntdll.
2003-09-18  Alexandre JulliardMoved a couple more functions to dlls/kernel.
2003-09-18  Alexandre JulliardKeep the file handle of 16-bit modules open while the...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-01  Alexandre JulliardDon't strip the path in LoadModule16 before we have...
2003-08-27  Alexandre JulliardRemoved some no longer needed definitions from stackfra...
2003-08-26  Alexandre JulliardMoved 16-bit relay and snoop support to dlls/kernel.
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-23  Alexandre JulliardMoved 16-bit builtin module handling to dlls/kernel...
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...