]> code.delx.au - refind/blobdiff - filesystems/hfs_format.h
Significant reworking of Makefile structure. Added Apple Core Storage
[refind] / filesystems / hfs_format.h
index 9b800e919925193feace5b9c41a77fef7ea587ee..edc5913a5aeef03ff57a48379e8b474f39388880 100644 (file)
 #ifndef __HFS_FORMAT__
 #define __HFS_FORMAT__
 
-#if !defined(VBOX) && !defined(HOST_POSIX)
-#include <sys/types.h>
-#include <sys/appleapiopts.h>
-#endif
+// #if !defined(__MAKEWITH_TIANO) && !defined(HOST_POSIX)
+// // Only available on Mac? and Intel EFI Toolkit?
+// #include <sys/types.h>
+// #include <sys/appleapiopts.h>
+// #endif
 
 #ifdef _MSC_VER
 # pragma pack(push,2)