On Mon Sep 25 17:19:46 2023 +0000, Hans Leidekker wrote:
I can't find RtlVerifyVersionInfo() or RtlGetVersion() in version 10.0.22621.0 that I have here. Is there a newer version that includes them?
I've actually been using the [Windows 7 DDK](https://www.microsoft.com/download/confirmation.aspx?id=11800), which is version 7600.16385.1. I didn't realize that those functions had been removed from later DDKs. Nonetheless, because they are in ntddk.h in at least one DDK version and not in winternl.h in any SDK version, it seems that ntddk.h is the best place to put them.