]> code.delx.au - refind/blobdiff - filesystems/fsw_efi.c
Version 0.6.5 release.
[refind] / filesystems / fsw_efi.c
index 79b37206e00bf841db3bbb1accb447f4b03884de..34b0814350f9afd994a2b1952b1cf460c2a028b6 100644 (file)
@@ -73,6 +73,8 @@
 #define DBG(x...)
 #endif
 
+#ifdef __MAKEWITH_GNUEFI
+
 #define EFI_DISK_IO_PROTOCOL_GUID \
   { \
     0xce345171, 0xba0b, 0x11d2, {0x8e, 0x4f, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b } \
@@ -83,7 +85,6 @@
     0x964e5b21, 0x6459, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b } \
   }
 
-#ifdef __MAKEWITH_GNUEFI
 EFI_GUID gEfiDriverBindingProtocolGuid = EFI_DRIVER_BINDING_PROTOCOL_GUID;
 EFI_GUID gEfiComponentNameProtocolGuid = EFI_COMPONENT_NAME_PROTOCOL_GUID;
 EFI_GUID gEfiDiskIoProtocolGuid = EFI_DISK_IO_PROTOCOL_GUID;
@@ -97,7 +98,7 @@ EFI_GUID gEfiFileSystemVolumeLabelInfoIdGuid = EFI_FILE_SYSTEM_VOLUME_LABEL_INFO
 /** Helper macro for stringification. */
 #define FSW_EFI_STRINGIFY(x) #x
 /** Expands to the EFI driver name given the file system type name. */
-#define FSW_EFI_DRIVER_NAME(t) L"rEFInd 0.6.2 " FSW_EFI_STRINGIFY(t) L" File System Driver"
+#define FSW_EFI_DRIVER_NAME(t) L"rEFInd 0.6.5 " FSW_EFI_STRINGIFY(t) L" File System Driver"
 
 // function prototypes