Changeset 57252 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Aug 8, 2015 11:21:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h
r57228 r57252 28 28 #define ___the_darwin_kernel_h 29 29 30 /* Problematic header(s) containing conflicts with IPRT first.*/30 /* Problematic header(s) containing conflicts with IPRT first. (FreeBSD has fixed these ages ago.) */ 31 31 #define __STDC_CONSTANT_MACROS 32 32 #define __STDC_LIMIT_MACROS … … 38 38 #undef PAGE_SIZE 39 39 #undef PAGE_SHIFT 40 #undef PVM 41 40 42 41 43 /* Include the IPRT definitions of the conflicting #defines & typedefs. */ … … 73 75 #include <sys/fcntl.h> 74 76 #include <IOKit/IOTypes.h> 75 #include <IOKit/IOLib.h> 77 #include <IOKit/IOLib.h> /* Note! Has Assert down as a function. */ 76 78 #include <IOKit/IOMemoryDescriptor.h> 77 79 #include <IOKit/IOBufferMemoryDescriptor.h>
Note:
See TracChangeset
for help on using the changeset viewer.