Changeset 76417 in vbox for trunk/include/VBox
- Timestamp:
- Dec 23, 2018 6:59:47 PM (6 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDev.h
r76393 r76417 34 34 #include <VBox/param.h> /* for the PCI IDs. */ 35 35 #include <VBox/types.h> 36 #include <VBox/err.h> 36 #include <VBox/err.h> /** @todo replace with errcore.h */ 37 37 #include <VBox/ostypes.h> 38 38 #include <VBox/VMMDevCoreTypes.h> -
trunk/include/VBox/VMMDevCoreTypes.h
r76393 r76417 37 37 #include <iprt/types.h> 38 38 #ifdef __cplusplus 39 # include <iprt/err .h> /* VERR_INVALID_PARAMETER */39 # include <iprt/errcore.h> 40 40 #endif 41 41
Note:
See TracChangeset
for help on using the changeset viewer.