- 30 Sep, 2008 22 commits
-
-
Rob Shearman authored
comcat: Fix mixing of HRESULT and LSTATUS types in COMCAT_CLSID_IEnumGUID_Next, COMCAT_IEnumCATEGORYINFO_Next and COMCAT_CATID_IEnumGUID_Next. (Found by PreFast.)
-
Rob Shearman authored
The comparison should be (D3D_OK == hr && myDevice), not (D3D_OK == (hr && myDevice)). (Found with PreFast.)
-
Rob Shearman authored
(Found by PreFast.)
-
Rob Shearman authored
It is only used for storing the result of RegEnumKeyW so it should be LSTATUS instead of HRESULT.
-
Rob Shearman authored
(Found by PreFast.)
-
Rob Shearman authored
The comparison should be (D3D_OK == hr && myDevice), not (D3D_OK == (hr && myDevice)). (Found with PreFast.)
-
Rob Shearman authored
-
Rob Shearman authored
Therefore fix the code to handle SetPropW failing with this in mind. (Found by PreFast.)
-
Rob Shearman authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Jacek Caban authored
-
Vitaliy Margolen authored
-
Roderick Colenbrander authored
-
Roderick Colenbrander authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
- 29 Sep, 2008 18 commits
-
-
Vitaliy Margolen authored
-
Vitaliy Margolen authored
-
Andrew Talbot authored
-
Jacek Caban authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Dmitry Timoshkov authored
-
James Hawkins authored
-
James Hawkins authored
-
Jacek Caban authored
-
Huw Davies authored
-
Kai Blin authored
-
Rob Shearman authored
Some versions of ole32 don't test that the lindex field of the FORMATETC structure passed into functions is valid.
-
Francois Gouget authored
-
Jacek Caban authored
-
Rob Shearman authored
As a window being registered for drag and drop is a system-global property, the tests could be affected by other processes in the system.
-
Roderick Colenbrander authored
-
James Hawkins authored
-