Changeset 85121 in vbox for trunk/include/iprt/nt/nt.h
- Timestamp:
- Jul 8, 2020 7:33:26 PM (4 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.