Changeset 316 for trunk/util

Show
Ignore:
Timestamp:
06/16/08 19:37:56 (7 months ago)
Author:
saurik
Message:

Added a #define for a DYLIB_STUB, not that I need to use it, apparently.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/util/ldid.cpp

    r311 r316  
    7878#define MH_CIGAM 0xcefaedfe 
    7979 
    80 #define MH_EXECUTE 0x2 
    81 #define MH_DYLIB   0x6 
    82 #define MH_BUNDLE  0x8 
     80#define MH_EXECUTE    0x2 
     81#define MH_DYLIB      0x6 
     82#define MH_BUNDLE     0x8 
     83#define MH_DYLIB_STUB 0x9 
    8384 
    8485struct load_command {