taviso / hotcorner

Tiny Hot Corners for Windows 10
GNU General Public License v3.0
385 stars 70 forks source link

Compile for Windows 7+ on MinGW #4

Closed ismail closed 7 years ago

ismail commented 7 years ago

According to https://msdn.microsoft.com/en-us/library/windows/desktop/ms646309(v=vs.85).aspx MOD_NOREPEAT flag is not supported before Windows 7, hence we need to set a correct _WIN32_WINNT value for mingw-w64.

taviso commented 7 years ago

Thank you!