Enable visual styles

This commit is contained in:
Grayson Riffe 2025-01-20 19:17:44 -06:00
parent 8db25f6eb7
commit ca30994abd

View File

@ -3,6 +3,11 @@
#include "version.h"
// Enable visual styles
#pragma comment(linker, "\"/manifestdependency:type='win32' \
name='Microsoft.Windows.Common-Controls' version='6.0.0.0' \
processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
int main(int argc, char* argv[]) {
std::cout << std::format("Mainspring {}\n", MAINSPRING_VERSION);