VirtualBox

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


Ignore:
Timestamp:
Aug 5, 2016 11:26:29 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109646
Message:

updates

File:
1 edited

Legend:

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

    r62684 r63034  
    2828#define ___iprt_nt_ndis_h___
    2929
    30 #pragma warning(push)
    31 #pragma warning(disable:4668) /* warning C4668: 'NDIS_WRAPPER' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */
     30#ifdef _MSC_VER
     31# pragma warning(push)
     32# pragma warning(disable:4668) /* warning C4668: 'NDIS_WRAPPER' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */
     33#endif
     34
    3235RT_C_DECLS_BEGIN
    3336#include <ndis.h>
    3437RT_C_DECLS_END
    35 #pragma warning(pop)
    3638
     39#ifndef _MSC_VER
     40# pragma warning(pop)
     41#endif
    3742
    3843#endif
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