X-Git-Url: https://code.delx.au/refind/blobdiff_plain/1e45a07f1a4521411ccd61dffe00e7ceebd38824..480ba418c97ece5557ac0efc5dc189ff19fb8b8f:/refind/legacy.c diff --git a/refind/legacy.c b/refind/legacy.c index 3f1ccc7..aead421 100644 --- a/refind/legacy.c +++ b/refind/legacy.c @@ -63,6 +63,7 @@ #include "refit_call_wrapper.h" #include "screen.h" #include "syslinux_mbr.h" +#include "mystrings.h" #include "../EfiLib/BdsHelper.h" #include "../EfiLib/legacy.h" #include "Handle.h" @@ -172,7 +173,7 @@ static EFI_STATUS ActivateMbrPartition(IN EFI_BLOCK_IO *BlockIO, IN UINTN Partit return EFI_SUCCESS; } /* static EFI_STATUS ActivateMbrPartition() */ -static EFI_GUID AppleVariableVendorID = { 0x7C436110, 0xAB2A, 0x4BBB, 0xA8, 0x80, 0xFE, 0x41, 0x99, 0x5C, 0x9F, 0x82 }; +static EFI_GUID AppleVariableVendorID = { 0x7C436110, 0xAB2A, 0x4BBB, { 0xA8, 0x80, 0xFE, 0x41, 0x99, 0x5C, 0x9F, 0x82 } }; static EFI_STATUS WriteBootDiskHint(IN EFI_DEVICE_PATH *WholeDiskDevicePath) {