Changeset 43381 in vbox for trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h
- Timestamp:
- Sep 20, 2012 11:46:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h
r43303 r43381 84 84 # define AST_QUANTUM UINT32_C(2) 85 85 # define AST_URGENT UINT32_C(4) 86 #endif 87 88 /* This flag was added in 10.6, it seems. Should be harmless in earlier 89 releases... */ 90 #if MAC_OS_X_VERSION_MIN_REQUIRED < 1060 91 # define kIOMemoryMapperNone UINT32_C(0x800) 86 92 #endif 87 93
Note:
See TracChangeset
for help on using the changeset viewer.