- 01 Oct, 2008 7 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Dimitrie O. Paun authored
-
- 30 Sep, 2008 33 commits
-
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Marcus Meissner authored
-
Reece Dunn authored
-
Andrey Turkin authored
-
Roderick Colenbrander authored
-
Ulrich Czekalla authored
Patch c1f28244 causes poor performance when browsing a directory. In fact it has a side affect that when you browse the root folder off of My Computer it will enumerate not only the root's contents but each subfolder's contents as well in order to get a more likely correct value for SFGAO_HASSUBFOLDER.
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Andrew Talbot authored
-
Rob Shearman authored
-
Lei Zhang authored
-
Jacek Caban authored
-
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
-