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:
@@ -15,6 +15,11 @@
|
||||
|
||||
#include <atomic>
|
||||
|
||||
// windows.h defines an interface keyword
|
||||
#ifdef interface
|
||||
# undef interface
|
||||
#endif
|
||||
|
||||
namespace OpenRCT2::Config
|
||||
{
|
||||
struct General
|
||||
|
||||
Reference in New Issue
Block a user