X-Git-Url: https://code.delx.au/refind/blobdiff_plain/2ed61c9b06108d91b81ba60e418fb1e0b7d731ef..22024d99cdd226ab82566c7973c6a34a47d26c37:/EfiLib/gnuefi-helper.h diff --git a/EfiLib/gnuefi-helper.h b/EfiLib/gnuefi-helper.h index 1a17497..2a2fe07 100644 --- a/EfiLib/gnuefi-helper.h +++ b/EfiLib/gnuefi-helper.h @@ -23,7 +23,9 @@ #define UnicodeSPrint SPrint #define gRT RT #define gBS BS +#ifndef CONST #define CONST +#endif #define ASSERT_EFI_ERROR(status) ASSERT(!EFI_ERROR(status)) CHAR8 * @@ -50,4 +52,4 @@ GetNextDevicePathInstance ( OUT UINTN *Size ); -#endif \ No newline at end of file +#endif