VirtualBox

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


Ignore:
Timestamp:
Aug 5, 2016 12:17:07 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109651
Message:

GA/NT/Graphics: warnings

Location:
trunk/include/iprt/nt
Files:
1 edited
1 copied

Legend:

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

    r63036 r63039  
    11/** @file
    2  * Safe way to include video.h (DDK).
     2 * Safe way to include dispmprt.h (DDK).
    33 */
    44
     
    2525
    2626
    27 #ifndef ___iprt_nt_video_h___
    28 #define ___iprt_nt_video_h___
     27#ifndef ___iprt_nt_dispmprt_h___
     28#define ___iprt_nt_dispmprt_h___
    2929
    3030#include <iprt/cdefs.h>
     
    3535#endif
    3636
    37 #include <video.h>
     37RT_C_DECLS_BEGIN
     38#include <dispmprt.h>
     39RT_C_DECLS_END
    3840
    3941#ifdef _MSC_VER
  • trunk/include/iprt/nt/ntddk.h

    r62664 r63039  
    4848#pragma warning(disable:4668) /* warning C4668: 'WHEA_DOWNLEVEL_TYPE_NAMES' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */
    4949#pragma warning(disable:4255) /* warning C4255: 'ObGetFilterVersion' : no function prototype given: converting '()' to '(void)' */
    50 RT_C_DECLS_BEGIN
     50/*RT_C_DECLS_BEGIN - no longer necessary it seems */
    5151#include <ntddk.h>
    52 RT_C_DECLS_END
     52/*RT_C_DECLS_END - no longer necessary it seems */
    5353#pragma warning(pop)
    5454
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