https://bugs.winehq.org/show_bug.cgi?id=24893
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |damjan.jov@gmail.com Status|UNCONFIRMED |NEW
--- Comment #8 from Damjan Jovanovic damjan.jov@gmail.com --- The problem is that Explorer++ wants IContextMenu_QueryContextMenu() to provide shellview IDs in a very small range, 1-1000, while the shellview constants are very large, eg. FCIDM_SHVIEW_OPEN == 0x7102, which is beyond the end of range, so all options get left out, and the right-click menu is blank.
The menu IDs for shellview constants need to be rebased to a smaller range of values.