Changeset 63072 in vbox for trunk/include/iprt/nt
- Timestamp:
- Aug 5, 2016 10:39:36 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109686
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/rx.h
r63057 r63072 1 1 /** @file 2 * Safe way to include video.h (DDK).2 * Safe way to include rx.h (DDK/IFS). 3 3 */ 4 4 … … 25 25 26 26 27 #ifndef ___iprt_nt_ video_h___28 #define ___iprt_nt_ video_h___27 #ifndef ___iprt_nt_rx_h___ 28 #define ___iprt_nt_rx_h___ 29 29 30 30 #include <iprt/cdefs.h> … … 32 32 #ifdef _MSC_VER 33 33 # pragma warning(push) 34 # pragma warning(disable:4668) /* warning C4668: 'DBG' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */ 34 # pragma warning(disable: 4668) /* rxovride.h(38) : warning C4668: 'DBG' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */ 35 # pragma warning(disable: 4100) /* Fcb.h(1558) : warning C4100: 'SrvOpen' : unreferenced formal parameter */ 36 # pragma warning(disable: 4115) /* rxce.h(106) : warning C4115: '_ADAPTER_STATUS' : named type definition in parentheses */ 35 37 # ifndef __cplusplus 36 # pragma warning(disable: 4255) /* warning C4255: 'VideoPortGetCurrentIrql' : no function prototype given: converting '()' to '(void)'*/38 # pragma warning(disable: 4255) /* rxworkq.h(235) : warning C4255: 'RxInitializeDispatcher' : no function prototype given: converting '()' to '(void)' */ 37 39 # endif 38 40 #endif 39 41 40 #include < video.h>42 #include <rx.h> 41 43 42 44 #ifdef _MSC_VER
Note:
See TracChangeset
for help on using the changeset viewer.