]> code.delx.au - refind/blobdiff - filesystems/fsw_efi.c
Version 0.4.3 release
[refind] / filesystems / fsw_efi.c
index a364a2d4ab00c36337e011fbd09b07c51c0d340f..faaa5d59e755df3b174424515274445bed73a18c 100644 (file)
@@ -50,6 +50,9 @@
  */
 
 #include "fsw_efi.h"
+#include "fsw_core.h"
+//#include <EfiCommonLib.h>
+//#include <EfiDriverLib.h>
 
 #define DEBUG_LEVEL 0
 
@@ -77,7 +80,7 @@
 /** 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.4.1 " FSW_EFI_STRINGIFY(t) L" File System Driver"
+#define FSW_EFI_DRIVER_NAME(t) L"rEFInd 0.4.3 " FSW_EFI_STRINGIFY(t) L" File System Driver"
 
 // function prototypes