- Fix CSIDL_COMMON_{STARTMENU,PROGRAMS,DESKTOPDIRECTORY} so they all use
paths in 'All Users' like CSIDL_COMMON_STARTUP.
The CSIDL_COMMON_PROGRAMS fix solves many menu creation problems.
svn path=/trunk/; revision=10963
- GetModuleFileName[AW] doesn't terminate the string if the buffer is
too small.
Jon Griffiths <[email protected]>
- Don't leak cache imagelists on exit.
svn path=/trunk/; revision=10962
- Correct return value in a couple of error cases.
Marcus Meissner <[email protected]>
- Marked some functions in debughlp as static.
- Do not use REFIID as return, but IID*.
svn path=/trunk/; revision=10960
- Correct some PIDL types and eliminate some magic numbers in PIDL
allocation; correct a copy-pasto from a previous patch.
svn path=/trunk/; revision=10959
- Add stub for ShellDDEInit to let Windows explorer.exe get past the
beginning.
Francois Gouget <[email protected]>
- Make Unicode strings static const.
Eric Pouech <[email protected]>
- GetModuleFileName[AW] doesn't terminate the string if the buffer is
too small.
Jon Griffiths <[email protected]>
- Delete the about dialog font when the dialog is closed.
Juan Lang <[email protected]>
- Added support for DLLVERSIONINFO2 in DllGetVersion.
svn path=/trunk/; revision=10955
- Make Unicode const strings static so they are not copied to the stack
each time we enter the function.
Aric Stewart <[email protected]>
- In IPersistFile_Save if the exe file is not found, trust the path we
are given and allow creation of the link.
- Make sure exePath contains the path since it is used later in the
function as well.
Ge van Geldorp <[email protected]>
- Match whitespace to winehq
svn path=/trunk/; revision=10950
Maxime Bellenge <[email protected]>
- Add the IAutoComplete and IAutoComplete2 implementation (but methods
stubbed for now).
svn path=/trunk/; revision=10947
- Fix some field names in CSFV and QCMINFO.
Patrik Stridvall <[email protected]>
- Fixed some issues found by winapi_check.
svn path=/trunk/; revision=10946
- Don't export the shell32 SHAllocShared functions by name.
Implement them by calling out their shlwapi equivalent (which had a
much more complete implementation anyway).
- Fix the prototype of shlwapi's SHAllocShared().
- Don't crash if lpvData is NULL in SHAllocShared().
- Add a conformance test to shlwapi.
svn path=/trunk/; revision=10944
- Don't define BEGIN_INTERFACE in unknwn.h.
Francois Gouget <[email protected]>
- Add #define COBJMACROS where needed in Wine.
Juan Lang <[email protected]>
- IShellView seems reasonably complete, change a FIXME to a TRACE to
speed up open/save dialogs.
Merge back commits from winehq
svn path=/trunk/; revision=10930
- Get rid of the non-standard ICOM_DEFINE macro.
- Get rid of the non-standard ICOM_VFIELD macro.
- Get rid of the non-standard ICOM_VTABLE macro.
- Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE
macro.
- Removed some more uses of the non-standard ICOM_THIS macro.
svn path=/trunk/; revision=10929