Changeset 63034 in vbox for trunk/include/iprt/nt
- Timestamp:
- Aug 5, 2016 11:26:29 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109646
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/ndis.h
r62684 r63034 28 28 #define ___iprt_nt_ndis_h___ 29 29 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 32 35 RT_C_DECLS_BEGIN 33 36 #include <ndis.h> 34 37 RT_C_DECLS_END 35 #pragma warning(pop)36 38 39 #ifndef _MSC_VER 40 # pragma warning(pop) 41 #endif 37 42 38 43 #endif
Note:
See TracChangeset
for help on using the changeset viewer.