Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace NTDDI_WIN11_GE with its value
Undefined constants are treated as 0 by the preprocessor, which causes the check to trivially return true for previous SDK versions. Replace the constant with its value (from the newest SDK version) instead,
- Loading branch information