- 08 Apr, 2006 19 commits
-
-
Antonio Codazzi authored
-
Antonio Codazzi authored
-
Antonio Codazzi authored
-
Antonio Codazzi authored
-
Detlef Riekenberg authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Huw Davies authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Rein Klazes authored
-
Marcus Meissner authored
-
Robert Reif authored
-
Robert Reif authored
-
Troy Rollo authored
Fix DVD_ReadStructure to reflect what Windows actually does, not what Microsoft (incorrectly) documents it to do and not what the DDK headers (incorrectly) suggest it does.
-
Detlef Riekenberg authored
-
Robert Reif authored
-
Robert Reif authored
Programs that are written specifically for 2000 and xp don't bother to set the primary buffer format because it's a noop. However wine is patterned after win9x and DirectX 7 or earlier which has a real primary buffer and expects the program to change the primary buffer format if necessary.
-
- 07 Apr, 2006 21 commits
-
-
Alexandre Julliard authored
ExitWindows kills all current processes and that creates a race with newly started processes. Instead, simply exit and let the new process create a new explorer.
-
Mike Hearn authored
-
Mike Hearn authored
-
Mike Hearn authored
-
Mike Hearn authored
-
Robert Reif authored
Remove bogus release of NULL pointer code found by Coverity.
-
Mike Hearn authored
TMT_FIRSTINT and TMT_LASTINT are the same value here, so the error path would always be taken. Fix to check only that the values are outside the possible range.
-
Paul Vriens authored
-
James Hawkins authored
-
Gerald Pfeifer authored
-
Mike McCormack authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
All the alignment handling is now done in the write_process_memory function inside the server.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Robert Shearman authored
Fix apparent typo in FileMonikerImpl_BindToObject, where ppf was incorrectly passed into IClassFactory_CreateInstance instead of &ppf (found by Coverity).
-
Robert Shearman authored
ole32: Check for pcbSize parameter of CompositeMonikerImpl_GetSizeMax being NULL, rather than non-NULL.
-
Robert Shearman authored
-
Robert Shearman authored
As per MSDN, if the object has no connections then IOleObject::EnumAdvises should return a NULL enumerator and S_OK. This is the case when This->oleAdviseHolder is NULL, so do this and avert a potential NULL dereference of This->oleAdviseHolder (found by Coverity).
-