Changeset 10250 in vbox for trunk/src/VBox/HostDrivers/Support/SUPDRV.h
- Timestamp:
- Jul 4, 2008 8:12:20 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32850
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRV.h
r10249 r10250 41 41 #include <iprt/asm.h> 42 42 #include <VBox/sup.h> 43 #ifdef USE_NEW_OS_INTERFACE 44 # define USE_NEW_OS_INTERFACE_FOR_MM 45 # define USE_NEW_OS_INTERFACE_FOR_GIP 46 # undef USE_NEW_OS_INTERFACE_FOR_LOW 47 #endif 48 #if defined(USE_NEW_OS_INTERFACE) || defined(USE_NEW_OS_INTERFACE_FOR_LOW) || defined(USE_NEW_OS_INTERFACE_FOR_MM) || defined(USE_NEW_OS_INTERFACE_FOR_GIP) 49 # include <iprt/memobj.h> 50 # include <iprt/time.h> 51 # include <iprt/timer.h> 52 # include <iprt/string.h> 53 # include <iprt/err.h> 54 #endif 43 #include <iprt/memobj.h> 44 #include <iprt/time.h> 45 #include <iprt/timer.h> 46 #include <iprt/string.h> 47 #include <iprt/err.h> 55 48 56 49
Note:
See TracChangeset
for help on using the changeset viewer.