X-Git-Url: https://code.delx.au/refind/blobdiff_plain/38c626aab2a451ca669576e4c57e5fbf5da987ad..d6bcf1a6b2941929a65134c592ed134a07bc560d:/filesystems/hfs_format.h diff --git a/filesystems/hfs_format.h b/filesystems/hfs_format.h index 9b800e9..c36272f 100644 --- a/filesystems/hfs_format.h +++ b/filesystems/hfs_format.h @@ -47,10 +47,11 @@ #ifndef __HFS_FORMAT__ #define __HFS_FORMAT__ -#if !defined(VBOX) && !defined(HOST_POSIX) -#include -#include -#endif +// #if !defined(HOST_EFI_EDK2) && !defined(HOST_POSIX) +// // Only available on Mac? and Intel EFI Toolkit? +// #include +// #include +// #endif #ifdef _MSC_VER # pragma pack(push,2)