Changeset 76419 in vbox for trunk/include
- Timestamp:
- Dec 23, 2018 7:43:43 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127720
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDev.h
r76417 r76419 34 34 #include <VBox/param.h> /* for the PCI IDs. */ 35 35 #include <VBox/types.h> 36 #include <VBox/err.h> /** @todo replace with errcore.h */37 36 #include <VBox/ostypes.h> 38 37 #include <VBox/VMMDevCoreTypes.h> 39 38 #include <iprt/assertcompile.h> 39 #include <iprt/errcore.h> 40 40 41 41
Note:
See TracChangeset
for help on using the changeset viewer.