X-Git-Url: https://code.delx.au/refind/blobdiff_plain/b3f1088e428ec704586ecfdddf75f757f213b97e..508d89056f8675d0d664493fc82a574119e6f60a:/gptsync/gptsync.h diff --git a/gptsync/gptsync.h b/gptsync/gptsync.h index 5aeb195..54576fa 100644 --- a/gptsync/gptsync.h +++ b/gptsync/gptsync.h @@ -35,7 +35,7 @@ */ /* Changes copyright (c) 2013 Roderick W. Smith */ -#define VERSION L"0.9.1" +//#define VERSION L"0.9.1" // // config @@ -107,7 +107,7 @@ void Print(wchar_t *format, ...); // FUTURE: use STR(), #define Print printf -#define copy_guid(destguid, srcguid) (memcpy(destguid, srcguid, 16)) +#define copy_guid(destguid, srcguid) (CopyMem(destguid, srcguid, 16)) #define guids_are_equal(guid1, guid2) (memcmp(guid1, guid2, 16) == 0) #define EFI_UNSUPPORTED 1