Fixed some problems found while compiling and linking Wine under
[wine] / dlls / ntdll / critsection.c
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-13  Alexandre JulliardDon't try to allocate the debug info before the process...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-06-16  Mike HearnAdd the ID of the blocking thread to the error message.
2003-04-04  Alexandre JulliardRemove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI...
2003-04-03  Eric PouechNo longer call WaitFor*Object* from ntdll (but NtWait...
2003-03-18  Jon GriffithsDocumentation updates.
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2002-09-18  Alexandre JulliardAvoid calling some kernel functions.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-13  Dmitry TimoshkovThrow exception only for Wine internal locks.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-05-20  Francois GougetDump thread id instead of %fs.
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-01-22  Jon GriffithsMade SpinCount FIXME into a TRACE.
2000-12-22  Joerg MayerAdd %fs info to the critical section timeout message.
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-09-29  Alexandre JulliardMoved critical section implementation to ntdll.