diff --git a/Source/Core/DolphinQt/GameList/GameList.cpp b/Source/Core/DolphinQt/GameList/GameList.cpp index 969868a028..7725510c4e 100644 --- a/Source/Core/DolphinQt/GameList/GameList.cpp +++ b/Source/Core/DolphinQt/GameList/GameList.cpp @@ -12,6 +12,9 @@ #ifdef DeleteFile #undef DeleteFile #endif +#ifdef interface +#undef interface +#endif #endif #include "DolphinQt/GameList/GameList.h"