Rebase against cda4abac9859ed42c29e8cb2746201a578431a5e.

This commit is contained in:
Zebediah Figura
2021-05-04 18:28:59 -05:00
parent b113f99f07
commit 1ebf4bd23f
4 changed files with 1 additions and 118 deletions

View File

@ -87,7 +87,6 @@ patch_enable_all ()
enable_Staging="$1"
enable_advapi32_LsaLookupPrivilegeName="$1"
enable_api_ms_win_Stub_DLLs="$1"
enable_atl_AtlAxDialogBox="$1"
enable_bcrypt_ECDHSecretAgreement="$1"
enable_cmd_launch_association="$1"
enable_comctl32_rebar_capture="$1"
@ -312,9 +311,6 @@ patch_enable ()
api-ms-win-Stub_DLLs)
enable_api_ms_win_Stub_DLLs="$2"
;;
atl-AtlAxDialogBox)
enable_atl_AtlAxDialogBox="$2"
;;
bcrypt-ECDHSecretAgreement)
enable_bcrypt_ECDHSecretAgreement="$2"
;;
@ -1552,18 +1548,6 @@ if test "$enable_api_ms_win_Stub_DLLs" -eq 1; then
patch_apply api-ms-win-Stub_DLLs/0027-uiautomationcore-Add-dll-and-stub-some-functions.patch
fi
# Patchset atl-AtlAxDialogBox
# |
# | This patchset fixes the following Wine bugs:
# | * [#32749] atl: Implemented AtlAxDialogBox[A,W]
# |
# | Modified files:
# | * dlls/atl/atl_ax.c
# |
if test "$enable_atl_AtlAxDialogBox" -eq 1; then
patch_apply atl-AtlAxDialogBox/0001-atl-Implement-AtlAxDialogBox-A-W.patch
fi
# Patchset bcrypt-ECDHSecretAgreement
# |
# | This patchset fixes the following Wine bugs: