This folder vendors a small subset of headers from Microsoft’s Windows Driver Frameworks repository, to keep CI builds working on runners where the Windows Kits / WDK installation is incomplete.
- Upstream repo:
https://github.com/microsoft/Windows-Driver-Frameworks - License: MIT (see
LICENSEin this folder)
src/publicinc/wdf/umdf/2.15/wudfwdm.h- Used to satisfy
#include <wudfwdm.h>in the UMDF driver build when the header is not present in the runner’s Windows Kits install.
- Used to satisfy