Mike McCormack
|
405ac7a80c
|
- don't include winreg.h
- include kernel_private.h to get declaration for convert_old_config()
|
2005-06-20 10:40:37 +00:00 |
Alexandre Julliard
|
0f079d7858
|
Moved the kernel per-thread data out of the TEB into a private
structure stored in TEB.SystemReserved1.
|
2005-06-06 20:00:14 +00:00 |
Alexandre Julliard
|
af542075e7
|
Don't use constructors for ntdll and kernel32 initialization.
|
2004-01-07 04:50:11 +00:00 |
Alexandre Julliard
|
65ff814617
|
Return an error in wine_pthread_mutex_unlock if we don't own the
critical section, this should avoid trouble caused by a locking bug
inside Xlib.
|
2003-12-12 06:19:25 +00:00 |
Alexandre Julliard
|
50fba7ffec
|
Moved the remaining SYSDEPS_* functions to the wine_pthread interface.
Let the pthread library allocate the stack itself.
|
2003-11-09 01:25:23 +00:00 |
Alexandre Julliard
|
0b1a82aa5e
|
Added check for pthread.h (reported by Steven Edwards).
Removed init_done check, the process heap is now created before kernel
is loaded anyway.
|
2003-10-14 01:27:31 +00:00 |
Daniel Marmier
|
a613de2a22
|
Use #ifdef instead of #if for all feature tests.
Check that _MSC_VER is defined before using it.
|
2003-09-30 00:33:47 +00:00 |
Alexandre Julliard
|
3bff2b3c9c
|
Authors: Juraj Hercek <juraj@syncad.com>, Eric Frias <efrias@syncad.com>
Implemented pthread conditions.
|
2003-09-23 22:59:44 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Alexandre Julliard
|
80e34dbb66
|
Moved the implementation of the pthread wrappers to dlls/kernel.
|
2003-09-03 00:26:08 +00:00 |