https://bugs.winehq.org/show_bug.cgi?id=24893 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |damjan.jov(a)gmail.com Status|UNCONFIRMED |NEW --- Comment #8 from Damjan Jovanovic <damjan.jov(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.