Sweden-Number/dlls/shell32/tests
Damjan Jovanovic 2b6458b757 shell32: Use a smaller range of shellview menu IDs in our IContextMenu functions.
The shellview menu IDs are very large, eg. FCIDM_SHVIEW_OPEN is 0x7102,
while applications want menu IDs to fit into a small range, eg. 1-1000 for
Explorer++. This causes our IContextMenu_QueryContextMenu() functions to
leave out most menu options. We should rebase our shellview menu ids
by -0x7000 so they occupy a smaller range.

This gets both Explorer++ and Double Commander to show the correct
right-click menus.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=24893
Signed-off-by: Damjan Jovanovic <damjan.jov@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-30 22:59:50 +02:00
..
Makefile.in
appbar.c
assoc.c
autocomplete.c
brsfolder.c
ebrowser.c
generated.c
msg.h
progman_dde.c
recyclebin.c
rsrc.rc
shell32_test.h
shelldispatch.c
shelllink.c
shellole.c
shellpath.c
shfldr_special.c
shlexec.c
shlfileop.c shell32/tests: Test what Shell_MergeMenus() does with a negative adjustment. 2021-04-30 22:59:50 +02:00
shlfolder.c shell32: Use a smaller range of shellview menu IDs in our IContextMenu functions. 2021-04-30 22:59:50 +02:00
shlview.c
string.c include: Define _WINSOCKAPI_ in winsock2.h. 2021-04-27 18:55:24 +02:00
systray.c