dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.12k stars 222 forks source link

Add INPUT union memory alignment test #311

Closed AArnott closed 7 years ago

AArnott commented 7 years ago

Add test that @vbfox prescribed in #310

This doesn't make the tests run in both x86 and x64 configurations as that's a bigger change I don't have time for yet. But I've coded the test such that I believe it will pass on both architectures.