You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-12-15 08:03:15 -08:00
Added patch to ignore unsupported flags for CoInternetSetFeatureEnabled.
This commit is contained in:
@@ -104,6 +104,7 @@ PATCHLIST := \
|
||||
shlwapi-PathIsDirectoryEmptyW.ok \
|
||||
shlwapi-StrCatChainW.ok \
|
||||
shlwapi-UrlCombine.ok \
|
||||
urlmon-CoInternetSetFeatureEnabled.ok \
|
||||
user32-Dialog_Paint_Event.ok \
|
||||
user32-DrawTextExW.ok \
|
||||
user32-GetRawInputDeviceList.ok \
|
||||
@@ -1601,6 +1602,21 @@ shlwapi-UrlCombine.ok:
|
||||
echo '+ { "Sebastian Lackner", "shlwapi: UrlCombineW workaround for relative paths.", 1 },'; \
|
||||
) > shlwapi-UrlCombine.ok
|
||||
|
||||
# Patchset urlmon-CoInternetSetFeatureEnabled
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
# | * [#35197] Ignore unsupported flags for CoInternetSetFeatureEnabled
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * dlls/urlmon/internet.c
|
||||
# |
|
||||
.INTERMEDIATE: urlmon-CoInternetSetFeatureEnabled.ok
|
||||
urlmon-CoInternetSetFeatureEnabled.ok:
|
||||
$(call APPLY_FILE,urlmon-CoInternetSetFeatureEnabled/0001-urlmon-Ignore-unsupported-flags-for-CoInternetSetFea.patch)
|
||||
@( \
|
||||
echo '+ { "Bruno Jesus", "urlmon: Ignore unsupported flags for CoInternetSetFeatureEnabled.", 1 },'; \
|
||||
) > urlmon-CoInternetSetFeatureEnabled.ok
|
||||
|
||||
# Patchset user32-Dialog_Paint_Event
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
|
||||
Reference in New Issue
Block a user