Changeset 62592 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Jul 27, 2016 1:24:48 PM (8 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp
r62477 r62592 30 30 *********************************************************************************************************************************/ 31 31 #define _WIN32_WINNT 0x0500 32 #include < Windows.h>32 #include <iprt/win/windows.h> 33 33 #include <stdio.h> 34 34 -
trunk/src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp
r62477 r62592 29 29 * Header Files * 30 30 *********************************************************************************************************************************/ 31 #include < Windows.h>31 #include <iprt/win/windows.h> 32 32 #include <stdio.h> 33 33 #include <string.h> -
trunk/src/VBox/Runtime/testcase/tstRTCritSect.cpp
r62477 r62592 30 30 *********************************************************************************************************************************/ 31 31 #ifdef TRY_WIN32_CRIT 32 # include < Windows.h>32 # include <iprt/win/windows.h> 33 33 #endif 34 34 #define RTCRITSECT_WITHOUT_REMAPPING -
trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp
r62477 r62592 46 46 #ifdef RT_OS_WINDOWS 47 47 # define SECURITY_WIN32 48 # include < windows.h>48 # include <iprt/win/windows.h> 49 49 # include <Security.h> 50 50 #endif -
trunk/src/VBox/Runtime/testcase/tstTime-3.cpp
r62477 r62592 30 30 *********************************************************************************************************************************/ 31 31 #ifdef RT_OS_WINDOWS 32 # include < Windows.h>32 # include <iprt/win/windows.h> 33 33 34 34 #else /* posix */
Note:
See TracChangeset
for help on using the changeset viewer.