Skip to content

Commit 6d672fd

Browse files
authored
Define NTDDI_VERSION in Code (#5152)
1 parent f9a446e commit 6d672fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/inc/quic_platform_winkernel.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
#error "Incorrectly including Windows Kernel Platform Header"
2525
#endif
2626

27+
#undef NTDDI_VERSION
28+
#define NTDDI_VERSION 0x0A00000A // NTDDI_WIN10_FE
29+
2730
#pragma warning(push) // Don't care about OACR warnings in publics
2831
#pragma warning(disable:26036)
2932
#pragma warning(disable:26061)

0 commit comments

Comments
 (0)