Changeset 72691 in vbox for trunk/include
- Timestamp:
- Jun 26, 2018 10:16:49 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123208
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/formats/mach-o.h
r69649 r72691 311 311 #define LC_SOURCE_VERSION UINT32_C(0x2a) 312 312 #define LC_DYLIB_CODE_SIGN_DRS UINT32_C(0x2b) 313 #define LC_ENCRYPTION_INFO_64 UINT32_C(0x2c) 314 #define LC_LINKER_OPTION UINT32_C(0x2d) 315 #define LC_LINKER_OPTIMIZATION_HINT UINT32_C(0x2e) 316 #define LC_VERSION_MIN_TVOS UINT32_C(0x2f) 317 #define LC_VERSION_MIN_WATCHOS UINT32_C(0x30) 318 #define LC_NOTE UINT32_C(0x31) 319 #define LC_BUILD_VERSION UINT32_C(0x32) 313 320 314 321
Note:
See TracChangeset
for help on using the changeset viewer.