tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.52k stars 2.44k forks source link

MdeModulePkg/VariablePolicyLib: Use wildcard character constant #5929

Closed makubacki closed 1 month ago

makubacki commented 1 month ago

Description

Makes the # character used for comparison against wildcard characters in CHAR16 strings to be prefixed with L so the character is treated as a wide character constant.

How This Was Tested

Integration Instructions