ntdll: Process --help and --version args earlier on during startup.
[wine] / dlls / kernel / pthread.c
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-06  Alexandre JulliardMoved the kernel per-thread data out of the TEB into...
2004-01-07  Alexandre JulliardDon't use constructors for ntdll and kernel32 initializ...
2003-12-12  Alexandre JulliardReturn an error in wine_pthread_mutex_unlock if we...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-10-14  Alexandre JulliardAdded check for pthread.h (reported by Steven Edwards).
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-09-23  Alexandre JulliardAuthors: Juraj Hercek <juraj@syncad.com>, Eric Frias...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardMoved the implementation of the pthread wrappers to...