Fix signed/unsigned comparison warnings.
[wine] / dlls / kernel / task.c
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-04-16  Alexandre JulliardRtlSetCurrentDirectory_U: store a handle to the current...
2004-04-16  Alexandre JulliardAdded hack to fetch the current directory from the...
2004-04-15  Alexandre JulliardGet rid of the TEB flags, they are no longer used.
2004-04-15  Alexandre JulliardStarted implementing support for the SubSystemTib field...
2004-03-09  Alexandre JulliardRemoved some unnecessary definitions from file.h.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
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 JulliardRemoved some unnecessary includes.
2003-11-13  Alexandre JulliardRemoved instance.h and callback.h, moving their contents to
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-09-18  Alexandre JulliardMoved synchronization and syslevel routines to dlls...
2003-09-18  Alexandre JulliardMoved the 16-bit environment support to dlls/kernel.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-27  Alexandre JulliardRemoved some no longer needed definitions from stackfra...
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...