VirtualBox

Changeset 62592 in vbox for trunk/src/VBox/Runtime/testcase


Ignore:
Timestamp:
Jul 27, 2016 1:24:48 PM (8 years ago)
Author:
vboxsync
Message:

IPRT: More unused parameters and undefined preprocessor macor warning (C4668) fixes/workarounds. The latter triggers in stdint.h from the compiler and in windows SDK/DDK headers.

Location:
trunk/src/VBox/Runtime/testcase
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp

    r62477 r62592  
    3030*********************************************************************************************************************************/
    3131#define _WIN32_WINNT 0x0500
    32 #include <Windows.h>
     32#include <iprt/win/windows.h>
    3333#include <stdio.h>
    3434
  • trunk/src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp

    r62477 r62592  
    2929*   Header Files                                                                                                                 *
    3030*********************************************************************************************************************************/
    31 #include <Windows.h>
     31#include <iprt/win/windows.h>
    3232#include <stdio.h>
    3333#include <string.h>
  • trunk/src/VBox/Runtime/testcase/tstRTCritSect.cpp

    r62477 r62592  
    3030*********************************************************************************************************************************/
    3131#ifdef TRY_WIN32_CRIT
    32 # include <Windows.h>
     32# include <iprt/win/windows.h>
    3333#endif
    3434#define RTCRITSECT_WITHOUT_REMAPPING
  • trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp

    r62477 r62592  
    4646#ifdef RT_OS_WINDOWS
    4747# define SECURITY_WIN32
    48 # include <windows.h>
     48# include <iprt/win/windows.h>
    4949# include <Security.h>
    5050#endif
  • trunk/src/VBox/Runtime/testcase/tstTime-3.cpp

    r62477 r62592  
    3030*********************************************************************************************************************************/
    3131#ifdef RT_OS_WINDOWS
    32 # include <Windows.h>
     32# include <iprt/win/windows.h>
    3333
    3434#else /* posix */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette