Changeset 85121 in vbox for trunk/include/iprt/nt
- Timestamp:
- Jul 8, 2020 7:33:26 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139061
- Location:
- trunk/include/iprt/nt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt.h
r85088 r85121 228 228 # pragma warning(disable:4005) /* sdk/v7.1/include/sal_supp.h(57) : warning C4005: '__useHeader' : macro redefinition */ 229 229 # pragma warning(disable:4471) /* wdm.h(11057) : warning C4471: '_POOL_TYPE' : a forward declaration of an unscoped enumeration must have an underlying type (int assumed) */ 230 # endif 231 # if _MSC_VER >= 1900 /*RT_MSC_VER_VC140*/ 232 # ifdef __cplusplus 233 # pragma warning(disable:5039) /* warning C5039: 'KeInitializeDpc': pointer or reference to potentially throwing function passed to 'extern "C"' function under -EHc. Undefined behavior may occur if this function throws an exception. */ 234 # endif 230 235 # endif 231 236 -
trunk/include/iprt/nt/wdm.h
r83782 r85121 51 51 # pragma warning(disable:4471) /* wdm.h(11057) : warning C4471: '_POOL_TYPE' : a forward declaration of an unscoped enumeration must have an underlying type (int assumed) */ 52 52 #endif 53 # if _MSC_VER >= 1900 /*RT_MSC_VER_VC140*/ 54 # ifdef __cplusplus 55 # pragma warning(disable:5039) /* warning C5039: 'KeInitializeDpc': pointer or reference to potentially throwing function passed to 'extern "C"' function under -EHc. Undefined behavior may occur if this function throws an exception. */ 56 # endif 57 # endif 53 58 #include <wdm.h> 54 59 #pragma warning(pop)
Note:
See TracChangeset
for help on using the changeset viewer.