X-Git-Url: https://code.delx.au/refind/blobdiff_plain/1ecb53a60573127a4cc976980053adda3bb5e089..a685467b7efc9a27ea7cf0318d35577b80c63356:/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