- 21 Mar, 2006 21 commits
-
-
Robert Shearman authored
Start of pooling support for RtlQueueWorkItem. The algorithm implmented is very simple - if there are no free threads, create a new one.
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
InternetCreateUrlW should return the number of bytes needed to store the URL, not the number of characters (reported by Sven Paschukat).
-
Alexandre Julliard authored
By returning FALSE from this call, a builtin dll can specify that we should try to load the native one instead.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Now that wineprefixcreate detects the build tree automatically, the standard behavior of starting it from ntdll should work fine.
-
Alexandre Julliard authored
It may be a builtin exe in which case the CreateProcess call will succeed.
-
Alexandre Julliard authored
applications instead of using symlinks.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
This should satisfy applications that access a dll file directly. For apps that check the dll version in the file, the version resource is copied from the builtin dll.
-
Vitaliy Margolen authored
Put keyboard & mouse hook callbacks into separate thread. Move few global variables into object. Delete no longer used crit section. For hooks to work properly hook callback have to be in a thread with message loop. Some games create separate threads just to handle mouse and/or keyboard events that do not have message loop.
-
Mike Hearn authored
-
Dmitry Timoshkov authored
-
Byeong-Sik Jeon authored
-
Byeong-Sik Jeon authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
-
- 20 Mar, 2006 19 commits
-
-
Roderick Colenbrander authored
-
Paul Vriens authored
wProcessorRevision is built from model and stepping.
-
Mike McCormack authored
-
Mike McCormack authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Dmitry Timoshkov authored
Add a simple test for bitmap bits/metrics, fix GetBitmapBits for an empty (not selected into a DC) bitmap.
-
Mike McCormack authored
-
Detlef Riekenberg authored
-
Alexandre Julliard authored
-
H. Verbeet authored
-
H. Verbeet authored
-
H. Verbeet authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Alexander N. Sørnes authored
-
Vitaly Lipatov authored
-