- 23 Mar, 2009 40 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Andrew Nguyen authored
The DirectX SDK reports that cooperative level flags DDSCL_SETDEVICEWINDOW and DDSCL_SETFOCUSWINDOW are only available on Windows 98 and higher.
-
Andrew Nguyen authored
-
Andrew Nguyen authored
-
Andrew Nguyen authored
-
Andrew Nguyen authored
-
James Hawkins authored
winebuild: Document the correlation of spec->ordinals and spec->limit with an assertion (Coverity 902).
-
James Hawkins authored
-
James Hawkins authored
-
Alexandre Julliard authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
ole32: Don't allocate the ole clipboard object in global memory - we're not going to directly expose it to other processes.
-
Huw Davies authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
msi: Test and handle the case where the SourceList key does not exist and the PackageName value does not exist in MsiGetProductInfo.
-
James Hawkins authored
msi: Factor out the MsiEnumPatchesEx tests and test the NULL szUserSid and an szUserSid that is different from the current user.
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Robert Reif authored
I missed one case when converting over to static GUIDs in a previous patch. Pointed out by Andrew Talbot.
-
Aric Stewart authored
This allows ~<< to be properly matched.
-
Vitaliy Margolen authored
-
Rob Shearman authored
rpcrt4: Fix a memory leak in union unmarshall functions by never passing fMustAlloc=TRUE into union_arm_unmarshall.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
Previously it was only done for pointers.
-
Rob Shearman authored
_StubMsg.pfnFree should be used instead of NdrPointerFree for conformant-sized strings since the buffer will have been allocated using NdrAllocate. Non-conformant strings do not need any freeing since they use a buffer that is allocated on the stack.
-