Changeset 63039 in vbox for trunk/include/iprt/nt
- Timestamp:
- Aug 5, 2016 12:17:07 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109651
- Location:
- trunk/include/iprt/nt
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/dispmprt.h
r63036 r63039 1 1 /** @file 2 * Safe way to include video.h (DDK).2 * Safe way to include dispmprt.h (DDK). 3 3 */ 4 4 … … 25 25 26 26 27 #ifndef ___iprt_nt_ video_h___28 #define ___iprt_nt_ video_h___27 #ifndef ___iprt_nt_dispmprt_h___ 28 #define ___iprt_nt_dispmprt_h___ 29 29 30 30 #include <iprt/cdefs.h> … … 35 35 #endif 36 36 37 #include <video.h> 37 RT_C_DECLS_BEGIN 38 #include <dispmprt.h> 39 RT_C_DECLS_END 38 40 39 41 #ifdef _MSC_VER -
trunk/include/iprt/nt/ntddk.h
r62664 r63039 48 48 #pragma warning(disable:4668) /* warning C4668: 'WHEA_DOWNLEVEL_TYPE_NAMES' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif' */ 49 49 #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 */ 51 51 #include <ntddk.h> 52 RT_C_DECLS_END 52 /*RT_C_DECLS_END - no longer necessary it seems */ 53 53 #pragma warning(pop) 54 54
Note:
See TracChangeset
for help on using the changeset viewer.