pdh-PdhLookupPerfNameByIndex-processor: Remove patch set.

This was written for Silverlight, but Silverlight didn't actually need this.
This commit is contained in:
Zebediah Figura
2021-04-30 18:39:55 -05:00
parent a1a2d65488
commit 96a8cc2920
3 changed files with 0 additions and 61 deletions

View File

@ -187,7 +187,6 @@ patch_enable_all ()
enable_oleaut32_OleLoadPicture="$1"
enable_oleaut32_OleLoadPictureFile="$1"
enable_packager_DllMain="$1"
enable_pdh_PdhLookupPerfNameByIndex_processor="$1"
enable_programs_findstr="$1"
enable_programs_systeminfo="$1"
enable_quartz_MediaSeeking_Positions="$1"
@ -616,9 +615,6 @@ patch_enable ()
packager-DllMain)
enable_packager_DllMain="$2"
;;
pdh-PdhLookupPerfNameByIndex-processor)
enable_pdh_PdhLookupPerfNameByIndex_processor="$2"
;;
programs-findstr)
enable_programs_findstr="$2"
;;
@ -3185,18 +3181,6 @@ if test "$enable_packager_DllMain" -eq 1; then
patch_apply packager-DllMain/0001-packager-Prefer-native-version.patch
fi
# Patchset pdh-PdhLookupPerfNameByIndex-processor
# |
# | This patchset fixes the following Wine bugs:
# | * [#33018] pdh: Support the 'Processor' object string.
# |
# | Modified files:
# | * dlls/pdh/pdh_main.c, dlls/pdh/tests/pdh.c
# |
if test "$enable_pdh_PdhLookupPerfNameByIndex_processor" -eq 1; then
patch_apply pdh-PdhLookupPerfNameByIndex-processor/0001-pdh-Support-the-Processor-object-string.patch
fi
# Patchset programs-findstr
# |
# | This patchset fixes the following Wine bugs: