Qt: Fix Windows build
Jeffrey Pfau jeffrey@endrift.com
Fri, 15 May 2015 22:12:29 -0700
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
src/platform/qt/Window.cpp
→
src/platform/qt/Window.cpp
@@ -41,6 +41,11 @@ }
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())