From 66d48ae80808bdd15535eea18c59a831a7f2a15c Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 30 May 2011 07:22:31 -0700 Subject: [PATCH] MH_BUNDLE enum --- src/p_mach_enum.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/p_mach_enum.h b/src/p_mach_enum.h index 51f36fd1..cca30929 100644 --- a/src/p_mach_enum.h +++ b/src/p_mach_enum.h @@ -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