mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix Windows build
This commit is contained in:
parent
356d8ea2ce
commit
178b2f85ee
|
@ -41,6 +41,11 @@ extern "C" {
|
|||
|
||||
using namespace QGBA;
|
||||
|
||||
#ifdef __WIN32
|
||||
// This is a macro everywhere except MinGW, it seems
|
||||
using std::isnan;
|
||||
#endif
|
||||
|
||||
Window::Window(ConfigController* config, int playerId, QWidget* parent)
|
||||
: QMainWindow(parent)
|
||||
, m_logView(new LogView())
|
||||
|
|
Loading…
Reference in New Issue