X-Git-Url: https://code.delx.au/refind/blobdiff_plain/41a682188697edfe57a5cda884f698687bdcce3a..315c06865c0b4e3dfceec2107e6e12713813ea8a:/filesystems/fsw_core.h diff --git a/filesystems/fsw_core.h b/filesystems/fsw_core.h index 4464cbd..db26fc7 100644 --- a/filesystems/fsw_core.h +++ b/filesystems/fsw_core.h @@ -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() */