Changeset 63072 in vbox for trunk/include/iprt/win
- 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/win/ntverp.h
r63056 r63072 1 1 /** @file 2 * Safe way to include nt ddndis.h.2 * Safe way to include ntverp.h. 3 3 */ 4 4 … … 25 25 26 26 27 #ifndef ___iprt_win_nt ddndis_h___28 #define ___iprt_win_nt ddndis_h___27 #ifndef ___iprt_win_ntverp_h___ 28 #define ___iprt_win_ntverp_h___ 29 29 30 30 #pragma warning(push) 31 #pragma warning(disable:4668) /* 'NDIS_SUPPORT_NDIS6' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */31 #pragma warning(disable:4668) /*ntverp.h(126) : warning C4668: 'OFFICIAL_BUILD' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */ 32 32 33 #include <nt ddndis.h>33 #include <ntverp.h> 34 34 35 35 #pragma warning(pop)
Note:
See TracChangeset
for help on using the changeset viewer.