- Timestamp:
- Dec 16, 2021 9:42:35 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/include/iprt/nt/ntddk.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/ntddk.h
r83782 r92960 50 50 # 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) */ 51 51 #endif 52 53 /* Include the sdk/ddk version header so _WIN32_VER and the rest gets defined before ntdef.h is included, 54 otherwise we'll miss out on DECLARE_GLOBAL_CONST_UNICODE_STRING and friends in the W10 SDKs. */ 55 #define DECLSPEC_DEPRECATED_DDK 56 #include <sdkddkver.h> 57 52 58 /*RT_C_DECLS_BEGIN - no longer necessary it seems */ 53 59 #include <ntddk.h>
Note:
See TracChangeset
for help on using the changeset viewer.

