Use UTF-8 for MSVC and enable visual styles for Windows (#2888)

* Add proper manifest for Windows

* MSVC: Use UTF-8 encoding compile option
This commit is contained in:
Amaro Martínez 2023-05-17 21:21:26 -05:00 committed by GitHub
commit b361d5ede1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 41 additions and 0 deletions

View file

@ -91,6 +91,13 @@ END
// remains consistent on all systems.
IDI_ICON1 ICON "SHIPOFHARKINIAN.ico"
/////////////////////////////////////////////////////////////////////////////
//
// RT_MANIFEST
//
1 RT_MANIFEST "SHIPOFHARKINIAN.manifest"
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////