SergiusTheBest / FindWDK

CMake module for building drivers with Windows Development Kit (WDK)
BSD 3-Clause "New" or "Revised" License
251 stars 53 forks source link

Demonstrate and fix failure to use CRT functions from a wdk_add_library #18

Closed TheJCAB closed 4 years ago

TheJCAB commented 4 years ago

Demonstrate and fix failure to use CRT functions from a wdk_add_library

Modify the tests to inject the failure

Also add samples/build to .gitignore

Fixes #16

SergiusTheBest commented 4 years ago

Everything is good. Thank you!