]> code.delx.au - refind/blobdiff - filesystems/fsw_core.h
New ability to specify volume labels in "dont_scan_dirs" token to
[refind] / filesystems / fsw_core.h
index 4464cbd80545c24978d4fd50fb21232d2b40da38..56eb58b8912a777bc19a669b167c632f60c48209 100644 (file)
 #define _FSW_CORE_H_
 
 #include "fsw_base.h"
-
+#ifdef __MAKEWITH_GNUEFI
+#include "fsw_efi_base.h"
+#endif
 
 /** Maximum size for a path, specifically symlink target paths. */
-#ifndef VBOX
+#ifndef HOST_EFI_EDK2
 #define FSW_PATH_MAX (4096)
 #else
 /* Too big allocations are handled with alloca() */