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.92k stars 4.93k forks source link

[general/simplemediasource] Fix architecture in solution #977

Closed NeoAdonis closed 1 year ago

NeoAdonis commented 1 year ago

When building the solution, Debug|ARM64 was treated as Debug|Win32 in the simplemediasource project. This has been fixed and the exclusion related to this error has been removed.