MH_BUNDLE enum

This commit is contained in:
John Reiser
2011-05-30 07:22:31 -07:00
parent de9b9fd0b1
commit 66d48ae808
+2 -1
View File
@@ -52,7 +52,8 @@
};
enum { // filetype
MH_EXECUTE = 2,
MH_DYLIB = 6
MH_DYLIB = 6,
MH_BUNDLE = 8 /* dynamically bound bundle file */
};
enum { // flags
MH_NOUNDEFS = 1