1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Just undef interface macro in Config.h, if present

This commit is contained in:
Aaron van Geffen
2024-05-10 13:07:33 +02:00
parent 617003dff6
commit 92aeace98c

View File

@@ -15,6 +15,11 @@
#include <atomic>
// windows.h defines an interface keyword
#ifdef interface
# undef interface
#endif
namespace OpenRCT2::Config
{
struct General