mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
91c3198544466c05294c4c38992e132f3d471fe3
Lionel Ulmer <[email protected]> - fix first two arguments to 'FindExecutableA' (input strings instead of pointers) - fix last argument to 'FindExecutableW' (it's an output string) Francois Gouget <[email protected]> - Use "static const" rather than "const static" as gcc -W complains about the former. Jonathan Ernst <[email protected]> - First creation of registry entries missed AppData. Aric Stewart <[email protected]> - MSDN states that the pszDisplayName member of BROWSEINFO is assumed to be MAX_PATH in length. So when doing the A->W conversion in BrowseForFolderA do not set that member to be the size of the incoming string, instead make it MAX_PATH. Dmitry Timoshkov <[email protected]> - Use appropriate DDE APIs (ANSI or unicode) for ShellExecuteA/W, Excel 2000 depends on that. Martin Fuchs <[email protected]> - Simplify 'sei' structure initialization in ShellExecuteA/W. Mike McCormack <[email protected]> - Use ShellLink_QueryInterface to return the right interface in IShellLink_Constructor. Richard Cohen <[email protected]> - Don't hardcode "windows" directory. svn path=/trunk/; revision=18956
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%