Skip to content

Commit

Permalink
update min windows sdk to 10.0.22621
Browse files Browse the repository at this point in the history
  • Loading branch information
shuffle2 committed Jun 2, 2022
1 parent a720e85 commit b07d611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/PCH/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#endif

#include <sdkddkver.h>
#ifndef NTDDI_WIN10_CO
#ifndef NTDDI_WIN10_NI
#pragma message("Current WDK_NTDDI_VERSION: " STRINGIFY(WDK_NTDDI_VERSION))
#error Windows 10.0.22000 SDK or later is required
#error Windows 10.0.22621 SDK or later is required
#endif

#undef STRINGIFY
Expand Down

0 comments on commit b07d611

Please sign in to comment.