microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.76k stars 4.89k forks source link

Part 2: WfpSampler now compiles on both EWDKs #1108

Closed houha2 closed 4 months ago

houha2 commented 4 months ago

Modified the projects accordingly to now successfully build on both EWDKs (17.8.2 and 17.1.5). All 5 samples have been tested on both EWDKs just to make sure nothing broke between now and the first part.

Most of the changes where in the project configuration files, and removing inlining of code because it isn't necessary for this sample.