mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DolphinQt: Fix latent build error on Windows
This commit is contained in:
@ -12,6 +12,9 @@
|
||||
#ifdef DeleteFile
|
||||
#undef DeleteFile
|
||||
#endif
|
||||
#ifdef interface
|
||||
#undef interface
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "DolphinQt/GameList/GameList.h"
|
||||
|
Reference in New Issue
Block a user