VirtualBox

Changeset 63072 in vbox for trunk/include/iprt/nt


Ignore:
Timestamp:
Aug 5, 2016 10:39:36 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109686
Message:

More wrappers.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nt/rx.h

    r63057 r63072  
    11/** @file
    2  * Safe way to include video.h (DDK).
     2 * Safe way to include rx.h (DDK/IFS).
    33 */
    44
     
    2525
    2626
    27 #ifndef ___iprt_nt_video_h___
    28 #define ___iprt_nt_video_h___
     27#ifndef ___iprt_nt_rx_h___
     28#define ___iprt_nt_rx_h___
    2929
    3030#include <iprt/cdefs.h>
     
    3232#ifdef _MSC_VER
    3333# 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 */
    3537# 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)' */
    3739# endif
    3840#endif
    3941
    40 #include <video.h>
     42#include <rx.h>
    4143
    4244#ifdef _MSC_VER
Note: See TracChangeset for help on using the changeset viewer.

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