mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
DolphinQt: Fix latent build error on Windows
This commit is contained in:
parent
5322256065
commit
136f59b434
@ -12,6 +12,9 @@
|
||||
#ifdef DeleteFile
|
||||
#undef DeleteFile
|
||||
#endif
|
||||
#ifdef interface
|
||||
#undef interface
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "DolphinQt/GameList/GameList.h"
|
||||
|
Loading…
Reference in New Issue
Block a user