Gé van Geldorp 91c3198544 Sync to Wine-0_9:
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
2005-11-02 20:50:50 +00:00
2005-08-02 16:13:02 +00:00
2005-08-19 21:58:31 +00:00
2004-02-06 08:21:52 +00:00
2005-11-02 20:50:50 +00:00
2005-10-02 19:31:30 +00:00
S
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%