Description
Explorer has lots of #ifndef _MINGW32_ code due to SHCreateShellFolderView missing.
(comment: IShellFolderViewCB missing in MinGW (as of 25.09.2005))
I'm changing this to apply to our MSVC build too so folder windows work.
The real fix is of course to implement SHCreateShellFolderView and remove all those ifdefs.
Attachments
Issue Links
- is blocked by
-
CORE-7334 SHCreateShellFolderView not implemented
- Resolved