samyeyo / LuaRT

Open source Windows programming framework for Lua
https://www.luart.org
Other
285 stars 17 forks source link

Compiler error (dwmapi.h is not uptodate on Mingw-w64) #38

Closed samyeyo closed 1 year ago

samyeyo commented 1 year ago

Window round corners on Windows 11 is a recent feature introduced in latest release of the Windows SDK. Dwmapi.h distributed with Mingw-w64 is quite old, hence the error during compilation

samyeyo commented 1 year ago

Fixed in commit https://github.com/samyeyo/LuaRT/commit/ca0566290fdd24a52d3296dfeaa083916edb04c3

RSupreme4 commented 1 year ago

Works now, thanks!