From 136f59b434e8bdaf678f5b1888ba641e7031c568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Mon, 12 Apr 2021 17:57:14 +0200 Subject: [PATCH] DolphinQt: Fix latent build error on Windows --- Source/Core/DolphinQt/GameList/GameList.cpp | 3 +++ 1 file changed, 3 insertions(+) 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"