Removed some unnecessary inclusions of thread.h
[wine] / dlls / kernel / ne_segment.c
2005-06-06  Alexandre JulliardMoved the kernel per-thread data out of the TEB into...
2005-05-19  Alexandre JulliardUse a memory mapping instead of file I/O to load 16...
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...
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-06-16  Marcus MeissnerFixed some illegal lvalue casts / increments.
2004-05-28  Mike HearnPrint module name when calling LibMain.
2004-03-09  Alexandre JulliardRemoved some unnecessary definitions from file.h.
2004-02-12  Alexandre JulliardStore the kernel32 module handle globally to avoid...
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
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-09  Oleg ProkhorovAvoid HeapReAlloc of a NULL pointer.
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...