Changeset 57358 in vbox for trunk/src/VBox/Runtime/nt
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- Location:
- trunk/src/VBox/Runtime/nt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/nt/NtProcessStartup-stub.cpp
r56290 r57358 25 25 */ 26 26 27 /******************************************************************************* 28 * Header Files * 29 *******************************************************************************/ 27 28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 30 31 #include <iprt/asm.h> 31 32 -
trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <ntstatus.h> 32 32 typedef long NTSTATUS; /** @todo figure out which headers to include to get this one typedef... */
Note:
See TracChangeset
for help on using the changeset viewer.