mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-13 04:48:08 +02:00
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. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>