1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Enable visual styles for Windows

Fixes an issue where message boxes used classic Windows style buttons.
This commit is contained in:
Ted John
2016-12-26 22:17:44 +00:00
committed by GitHub
parent ac32e7dd08
commit c3035b7601

View File

@@ -39,6 +39,9 @@
// Native resource IDs
#include "../../resources/resource.h"
// Enable visual styles
#pragma comment(linker, "\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
// The name of the mutex used to prevent multiple instances of the game from running
#define SINGLE_INSTANCE_MUTEX_NAME "RollerCoaster Tycoon 2_GSKMUTEX"