Changeset 76456 in vbox for trunk/src/VBox/Runtime/nt
- Timestamp:
- Dec 25, 2018 3:31:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.