You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Added patch to implement shell32 NewMenu class with new folder item.
This commit is contained in:
@@ -229,6 +229,7 @@ patch_enable_all ()
|
||||
enable_shell32_File_Property_Dialog="$1"
|
||||
enable_shell32_IDragSourceHelper="$1"
|
||||
enable_shell32_Icons="$1"
|
||||
enable_shell32_NewMenu_Interface="$1"
|
||||
enable_shell32_Placeholder_Icons="$1"
|
||||
enable_shell32_Progress_Dialog="$1"
|
||||
enable_shell32_RunDLL_CallEntry16="$1"
|
||||
@@ -777,6 +778,9 @@ patch_enable ()
|
||||
shell32-Icons)
|
||||
enable_shell32_Icons="$2"
|
||||
;;
|
||||
shell32-NewMenu_Interface)
|
||||
enable_shell32_NewMenu_Interface="$2"
|
||||
;;
|
||||
shell32-Placeholder_Icons)
|
||||
enable_shell32_Placeholder_Icons="$2"
|
||||
;;
|
||||
@@ -4721,6 +4725,22 @@ if test "$enable_shell32_Icons" -eq 1; then
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
# Patchset shell32-NewMenu_Interface
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#24812] Implement shell32 NewMenu class with new folder item
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/shell32/Makefile.in, dlls/shell32/shell32_classes.idl, dlls/shell32/shell32_main.h, dlls/shell32/shellnew.c,
|
||||
# | dlls/shell32/shellole.c, include/shlguid.h
|
||||
# |
|
||||
if test "$enable_shell32_NewMenu_Interface" -eq 1; then
|
||||
patch_apply shell32-NewMenu_Interface/0001-shell32-Implement-NewMenu-with-new-folder-item.patch
|
||||
(
|
||||
echo '+ { "Michael Müller", "shell32: Implement NewMenu with new folder item.", 1 },';
|
||||
) >> "$patchlist"
|
||||
fi
|
||||
|
||||
# Patchset shell32-Placeholder_Icons
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
|
File diff suppressed because it is too large
Load Diff
1
patches/shell32-NewMenu_Interface/definition
Normal file
1
patches/shell32-NewMenu_Interface/definition
Normal file
@@ -0,0 +1 @@
|
||||
Fixes: [24812] Implement shell32 NewMenu class with new folder item
|
Reference in New Issue
Block a user