Files
EDK2-fork/MdeModulePkg/Universal
Rebecca Cran 81f75c41f9 MdeModulePkg: Typedef ptrdiff_t to fix building with gcc 15.1
When building with gcc 15.1, building RegularExpressionDxe fails
because it can't find the type ptrdiff_t. Therefore, add a typedef
for it in OniguramaUefiPort.h.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
2025-05-29 23:15:20 +00:00
..