- 03 Dec, 2009 32 commits
-
-
Andrew Nguyen authored
-
Marcus Meissner authored
-
Stefan Dösinger authored
-
Paul Vriens authored
-
Juan Lang authored
-
James Hawkins authored
msi: ExpandEnvironmentStringsW returns the required size in characters, so multiply the required size by sizeof(WCHAR) when allocating the buffer.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Michael Stefaniuc authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Juan Lang authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Stefan Leichter authored
-
Peter Rosin authored
-
Peter Rosin authored
-
Dan Kegel authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 02 Dec, 2009 8 commits
-
-
Rob Shearman authored
index is 1-based, so take that into account when calculating the pointer to pass into the compare function.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
Using the _bstr_ allocator adds the returned string to a cache, so the string shouldn't be freed with SysFreeString. Therefore, just replace the lone call to _bstr_ in this function by a straight call to SysAllocString.
-
Rob Shearman authored
-
Paul Vriens authored
-
Ilya Shpigor authored
-
Alexandre Julliard authored
-