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

Fixes order of high and low fields in FILETIME #417

Closed AArnott closed 5 years ago

AArnott commented 5 years ago

As @adrianrus brought up in https://github.com/AArnott/pinvoke/pull/415#discussion_r241040057, our FILETIME struct had the fields backwards. This PR fixes it.