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 SysCommands wParam options for WM_SYSCOMMAND #254

Closed adrianrus closed 8 years ago

AArnott commented 8 years ago

This change looks great, @adrianrus. Can you resolve the build break so we can merge?

AArnott commented 8 years ago

I am verifying the build warning fix.

AArnott commented 8 years ago

FYI @adrianrus: Whatever git tool you used to stage/add the user32+WindowMessage.cs file did not honor the .gitattributes file, in that it actually checked in CRLF line endings instead of normalizing to LF. You may want to file a bug against that tool.