Changeset 76452 in vbox for trunk/src/VBox/Runtime/r3/nt
- Timestamp:
- Dec 25, 2018 1:41:25 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127753
- Location:
- trunk/src/VBox/Runtime/r3/nt
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/nt/RTFileQueryFsSizes-nt.cpp
r69111 r76452 33 33 34 34 #include <iprt/file.h> 35 #include <iprt/err .h>35 #include <iprt/errcore.h> 36 36 37 37 -
trunk/src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp
r69111 r76452 36 36 37 37 #include <iprt/assert.h> 38 #include <iprt/err .h>38 #include <iprt/errcore.h> 39 39 40 40 -
trunk/src/VBox/Runtime/r3/nt/fs-nt.cpp
r69111 r76452 37 37 #include <iprt/string.h> 38 38 #include <iprt/param.h> 39 #include <iprt/err .h>39 #include <iprt/errcore.h> 40 40 #include <iprt/log.h> 41 41 #include <iprt/assert.h> -
trunk/src/VBox/Runtime/r3/nt/time-nt.cpp
r69111 r76452 35 35 #include <iprt/asm.h> 36 36 #include <iprt/assert.h> 37 #include <iprt/err .h>37 #include <iprt/errcore.h> 38 38 #include <iprt/ldr.h> 39 39 #include <iprt/uint128.h>
Note:
See TracChangeset
for help on using the changeset viewer.