Changeset 62683 in vbox for trunk/src/VBox/Additions/WINNT/Mouse/NT4
- Timestamp:
- Jul 29, 2016 1:16:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Mouse/NT4/VBoxPS2NT.cpp
r62522 r62683 24 24 #include <stdarg.h> 25 25 #include <string.h> 26 RT_C_DECLS_BEGIN27 #define _InterlockedAddLargeStatistic _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap28 26 #undef PAGE_SIZE 29 27 #undef PAGE_SHIFT 30 #include <ntddk.h> 28 #include <iprt/nt/ntddk.h> 29 RT_C_DECLS_BEGIN 31 30 #include <ntddkbd.h> 32 31 #include <ntddmou.h> 33 #undef _InterlockedAddLargeStatistic _InterlockedAddLargeStatistic_StupidDDKVsCompilerCrap34 32 RT_C_DECLS_END 35 33
Note:
See TracChangeset
for help on using the changeset viewer.