mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
DolphinQt: Fix latent build error on Windows
This commit is contained in:
parent
5322256065
commit
136f59b434
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
||||||
#ifdef DeleteFile
|
#ifdef DeleteFile
|
||||||
#undef DeleteFile
|
#undef DeleteFile
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef interface
|
||||||
|
#undef interface
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "DolphinQt/GameList/GameList.h"
|
#include "DolphinQt/GameList/GameList.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue