Changeset 76456 in vbox
- Timestamp:
- Dec 25, 2018 3:31:07 AM (6 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/logbackdoor-redirect.cpp
r76452 r76456 32 32 *********************************************************************************************************************************/ 33 33 #include <VBox/log.h> 34 #include < iprt/errcore.h>34 #include <VBox/err.h> 35 35 36 36 -
trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp
r76452 r76456 32 32 typedef long NTSTATUS; /** @todo figure out which headers to include to get this one typedef... */ 33 33 34 #include <iprt/err core.h>34 #include <iprt/err.h> 35 35 #ifdef VBOX 36 # include < iprt/errcore.h>36 # include <VBox/err.h> 37 37 #endif 38 38 #include <iprt/log.h>
Note:
See TracChangeset
for help on using the changeset viewer.