- 30 Jun, 2003 19 commits
-
-
Alexandre Julliard authored
The handle count must not be 0 in NtWaitForMultipleObjects (spotted by Troy Rollo).
-
Dmitry Timoshkov authored
DLL_THREAD_ATTACH/DLL_THREAD_DETACH notifications, call DisableThreadLibraryCalls() in order to slightly improve performance on thread creation/exiting.
-
Alexandre Julliard authored
-
Robert Shearman authored
- Added needed const's in FilterGraph implementation.
-
Marcelo Duarte authored
- Revision and addition of missing resources - Minor typo fix and codepage fix in programs/winefile resource.
-
Marcelo Duarte authored
-
Catalin Patulea authored
-
Rok Mandeljc authored
-
Marcus Meissner authored
Detect them and 3DNOW and XMMI_INSTRUCTIONS for Linux.
-
Robert Lunnon authored
-
Raphael Junqueira authored
-
Alexandre Julliard authored
SleepEx.
-
Alexandre Julliard authored
-
Michael Günnewig authored
- Fixed alignment of RLE4 in absolute mode. - Improved compression (smaller output).
-
Tom Wickline authored
- added link to apilist - removed suggestion to look at Byte from 20 years ago
-
Marcus Meissner authored
-
Christian Costa authored
-
Christian Costa authored
-
Jukka Heinonen authored
using an assembler stub.
-
- 27 Jun, 2003 17 commits
-
-
Alexandre Julliard authored
Steven Edwards).
-
Robert Reif authored
3D sound now plays in 3D. COM interfaces should be correct for buffers and 3D stuff. The COM interface is broken on notifications but I will fix that next. Fixed the bug when closing and opening the same or another sound device quickly. Fixed some locking but there is a lot of work left yet.
-
Mike Hearn authored
bytes.
-
Raphael Junqueira authored
- fix APIENTRY mismatched value used by gl func pointers (in d3dcore_gl.h)
-
Shachar Shemesh authored
functions.
-
Raphael Junqueira authored
inherit from dmusic1 and dmusic2 version. And always use dmusic8 versions when available. - really stupid implementation of IDirectMusicLoader8::GetObject when IDirectMusicScript wanted - really fix the refcount problem found by Rok
-
Gerald Pfeifer authored
-
Stefan Leichter authored
-
Sylvain Petreolle authored
-
Robert Shearman authored
99.9% of cases (if MS will ever use the feature at all) - Added stubs for ITypeComp interface in ITypeLib - Implementation of ITypeComp in ITypeInfo
-
Dmitry Timoshkov authored
Move CompareString and LCMapString to dlls/kernel/locale.c.
-
Alexandre Julliard authored
Removed kernel dependencies from sysdeps.c and moved it to dlls/ntdll.
-
Alexandre Julliard authored
is empty.
-
Troy Rollo authored
-
Alexandre Julliard authored
Dmitry Timoshkov).
-
Dmitry Timoshkov authored
Protect some optional headers from inclusion.
-
Troy Rollo authored
-
- 26 Jun, 2003 4 commits
-
-
Alexandre Julliard authored
-
Eric Pouech authored
functions with ntdll equivalent - replaced status setter/getter for wine async structures with direct access to a (now included) IO_STATUS_BLOCK structure - since we now have a IO_STATUS_BLOCK in async_private, we no longer need in most of the user (derivated) structures a field for LPOVERLAPPED (it's stored as the IO_STATUS_BLOCK) - rewrote the async.h users accordingly - implemented ntdll.Nt{Read|Write}File and let kernel32.{Read|Write}File(Ex)? use those new ntdll functions - rewrote smb read/write interfaces to be more ntdll stylish (no overlapped yet)
-
Eric Pouech authored
-
Eric Pouech authored
-