VirtualBox

Ignore:
Timestamp:
Jul 29, 2016 1:16:22 PM (8 years ago)
Author:
vboxsync
Message:

Use the iprt/nt/ntddk.h wrapper for ntddk.h, eliminating duplicate ugly warning workarounds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Mouse/NT4/VBoxPS2NT.cpp

    r62522 r62683  
    2424#include <stdarg.h>
    2525#include <string.h>
    26 RT_C_DECLS_BEGIN
    27 #define _InterlockedAddLargeStatistic  _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap
    2826#undef PAGE_SIZE
    2927#undef PAGE_SHIFT
    30 #include <ntddk.h>
     28#include <iprt/nt/ntddk.h>
     29RT_C_DECLS_BEGIN
    3130#include <ntddkbd.h>
    3231#include <ntddmou.h>
    33 #undef _InterlockedAddLargeStatistic  _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap
    3432RT_C_DECLS_END
    3533
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