X-Git-Url: https://code.delx.au/refind/blobdiff_plain/1ecb53a60573127a4cc976980053adda3bb5e089..32fb076b277cc9e421d4a0c1cbcaab9cfee8c060:/gptsync/gptsync.c diff --git a/gptsync/gptsync.c b/gptsync/gptsync.c index 963e61c..c711186 100644 --- a/gptsync/gptsync.c +++ b/gptsync/gptsync.c @@ -38,6 +38,7 @@ #include "gptsync.h" #include "syslinux_mbr.h" +#define memcpy(a, b, c) CopyMem(a, b, c) // // MBR functions @@ -493,7 +494,7 @@ UINTN gptsync(VOID) UINTN status_gpt, status_mbr; BOOLEAN proceed = FALSE; - Print(L"gptsync version %s\ncopyright (c) 2006-2007 Christoph Pfisterer & 2013 Roderick W. Smith\n", VERSION); + Print(L"gptsync version %s\ncopyright (c) 2006-2007 Christoph Pfisterer & 2013 Roderick W. Smith\n", REFIND_VERSION); // get full information from disk status_gpt = read_gpt();