We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Build on Windows platform with Visual Studio, DWMWINDOWATTRIBUTE::DWMWA_CAPTION_COLOR is not defined.
12:06:41:347 13>E:\testProject\cmake\Lumos\Lumos\Source\Lumos\Platform\Windows\WindowsOS.cpp(116,76): error C2065: 'DWMWA_CAPTION_COLOR': undeclared identifier 12:06:41:347 13>E:\testProject\cmake\Lumos\Lumos\Source\Lumos\Platform\Windows\WindowsOS.cpp(117,57): error C2838: 'DWMWA_BORDER_COLOR': illegal qualified name in member declaration 12:06:41:347 13>E:\testProject\cmake\Lumos\Lumos\Source\Lumos\Platform\Windows\WindowsOS.cpp(117,75): error C2065: 'DWMWA_BORDER_COLOR': undeclared identifier
The text was updated successfully, but these errors were encountered:
Didn't realise its a windows 11 only value. Committed a fix
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Build on Windows platform with Visual Studio, DWMWINDOWATTRIBUTE::DWMWA_CAPTION_COLOR is not defined.
The text was updated successfully, but these errors were encountered: