]> code.delx.au - refind/blobdiff - filesystems/fsw_core.h
Ext4fs support; enable override of initrd in refind_linux.conf
[refind] / filesystems / fsw_core.h
index 4464cbd80545c24978d4fd50fb21232d2b40da38..db26fc7e35c4f1a65b6fc544c702a1e5d4bb5484 100644 (file)
@@ -58,7 +58,7 @@
 
 
 /** 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() */