]> code.delx.au - refind/blobdiff - gptsync/gptsync.h
Added rudimentary debconf support for Debian package.
[refind] / gptsync / gptsync.h
index 5aeb195f97c7833aba4bb0908b7565c9c2c63cb6..54576fa6b89b4784511fd855f621bbedad0b384d 100644 (file)
@@ -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