Removed some unnecessary inclusions of thread.h
[wine] / dlls / kernel / thread.c
2005-06-05  Alexandre JulliardMoved the server part of the ExitThread functionality...
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-02-21  Hans LeidekkerImplementation stub for QueueUserWorkItem.
2004-12-01  Dmitry TimoshkovAlways create a suspended thread in CreateThread and...
2004-09-22  Alexander YaworskyMoved code from CreateThread to CreateRemoteThread.
2004-07-07  Roger OlsonAdded stub for CreateRemoteThread().
2004-06-14  Eric PouechConst correctness, pointer cast correctness, removed...
2004-02-05  Alexandre JulliardRevert the thread exit race fix for now, it doesn't...
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-25  Alexandre JulliardStore the last error code at the TEB offset used by...
2003-11-18  Alexandre JulliardForce minimum stack size to 1Mb for Xlib.
2003-11-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-10-31  Alexandre JulliardImplemented RtlCreateUserThread, and use it to move...
2003-10-22  Alexandre JulliardSimplified signal stack allocation a bit, and avoid...
2003-10-09  Alexandre JulliardMoved the constructor for the initial TEB to ntdll...
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-09-18  Alexandre JulliardMoved the wine server client-side support to dlls/ntdll...
2003-09-17  Alexandre JulliardMoved almost all remaining process, thread, fiber and...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Dimitrie O. PaunConsolidate all kernel power management functions.
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.