- 19 Aug, 2008 7 commits
-
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Christian Costa authored
-
Jacek Caban authored
It's needed by DispatchEx implementation.
-
- 18 Aug, 2008 33 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
RPC_FC_ERROR_STATUS_T has a value of 0x10 and therefore isn't a possible value of "flags_type & 0xf" in the switch statement.
-
Rob Shearman authored
header isn't a string and therefore using strncmp doesn't make sense.
-
Rob Shearman authored
-
Rob Shearman authored
It's the number of elements, not the number of bytes.
-
Rob Shearman authored
shell32: Don't assign a result from a function that returns a BOOL to an HRESULT in shellex_get_dataobj. Otherwise there could be confusion as to what type GetFullPathNameW is returning.
-
Rob Shearman authored
This makes it more obvious what the code is doing.
-
Rob Shearman authored
This makes it more obvious what the code is doing.
-
Rob Shearman authored
This makes it more obvious what the code is doing.
-
Rob Shearman authored
This makes it more obvious what the code is doing.
-
Rob Shearman authored
This makes it more obvious what the code is doing.
-
Rob Shearman authored
-
Rob Shearman authored
msrle32: Fix uses of arithmetic operators on Boolean types in MSRLE32_CompressRLE4Line and MSRLE32_CompressRLE8Line. The "extra_byte" variable is used as though it contains an integer rather than a TRUE/FALSE value so make it into an integer.
-
Rob Shearman authored
Use a conditional operator to get the same result, but improving readability of the code.
-
Rob Shearman authored
Also compare the result of IOleObject_QueryInterface with S_OK instead of using not operator so it is more clear what the code is doing.
-
Rob Shearman authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Jeff Latimer authored
-
Jeff Latimer authored
-
Jeff Latimer authored
-
Jeff Latimer authored
-
Jeff Latimer authored
-
Vladimir Pankratov authored
-
Lei Zhang authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
-
Dylan Smith authored
-