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

Put WNDCLASS fields in the correct order #371

Closed jnm2 closed 6 years ago

jnm2 commented 6 years ago

https://msdn.microsoft.com/library/windows/desktop/ms633577

Caused no small amount of head scratching until I saw it!

vbfox commented 6 years ago

Nice I checked the PR that introduced it and 4 structs had member that were alphabetically ordered:

I'll PR the 2 other

jnm2 commented 6 years ago

Thanks! And sorry for the time you lost in head scratching.

I appreciate that, but no need. If it wasn't this it would have been something else, and I'm okay with that or I wouldn't make a good programmer! 😊

AArnott commented 6 years ago

This is published to nuget.org now, btw