mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 13:59:25 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
12c35f6b5a
Eric Pouech <pouech-eric@wanadoo.fr> - Const correctness fixes. Juan Lang <juan_lang@yahoo.com> - Fix CSIDL_CONTROLS and CSIDL_PRINTERS PIDL types, and update tests now that they pass. Robert Shearman <rob@codeweavers.com> - Use more specific error codes than E_FAIL, where possible. - Move vtable to end, give it the const modifier, and remove unneeded function declarations. Juan Lang <juan_lang@yahoo.com> - the correct registry location to override is User Shell Folders, not Shell Folders - if User Shell Folders doesn't exist in HKCU, HKLM should be tried - SHGetSpecialFolderPath should call SHGetFolderPath, not vice-versa - the default values should be localizable - some of the parameter checking and returned LPITEMIDLISTs were a bit off - _SHExpandEnvironmentStrings should return input string if no % found to expand, and should call ExpandEnvironmentStringsW if it doesn't handle an environment variable directly. Based on a patch from Dan Kegel. - Avoid copying invalid data on error. - Update shell32's version to WinXP level. Aric Stewart <aric@codeweavers.com> - Implementation of PathCleanupSpec. Fabrice Menard <menard.fabrice@wanadoo.fr> - Some French translations added. - Check the type of error returned by SHCreateDirectoryExW. Rolf Kalbermatter <rolf.kalbermatter@citeng.com> - Use SHCreateDirectoryEx function instead of doing explicit recursive directory creation. - Fix bad memory allocation for unicode buffer. - SHCreateDirectory should create intermediate directories if necessary. - Remove extra boolean parameter in SHNotifyMoveFile as it is not used. - Use in SHFileOperation the function SHNotifyCreateDirectory instead of SHCreateDirectoryEx as it does not anymore what is needed here. - Fix several unsigned/signed mismatch warnings. Alexandre Julliard <julliard@winehq.org> - Avoid copying invalid data on error. Francois Gouget <fgouget@free.fr> - Assorted spelling fixes. Tom Wickline <twickline@sitestar.net> - Version resources cleanup. svn path=/trunk/; revision=11970 |
||
---|---|---|
freeldr | ||
msvc6 | ||
os2 | ||
posix | ||
reactos | ||
rosapps |