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
1 changed files with 5 additions and 0 deletions

View File

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