Skip to content

Commit

Permalink
MSWindows: Q_OS_WIN32 is not defined here, sicne there are no Qt incl…
Browse files Browse the repository at this point in the history
…udes in this file.
  • Loading branch information
baburton committed Sep 25, 2016
1 parent ae9e98b commit ef62187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtui/src/python/pythoninterpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ PythonInterpreter::PythonInterpreter(PythonOutputStream* pyStdOut,
if (pythonInitialised)
PyEval_AcquireLock();
else {
#if defined(Q_OS_WIN32) && defined(REGINA_INSTALL_WINDOWS) && defined(__MINGW32__)
#if defined(REGINA_INSTALL_WINDOWS) && defined(__MINGW32__)
// Assume this is the MS Windows + MinGW + WiX package build,
// since nobody else in their right mind would be trying to build
// this under windows.
Expand Down

0 comments on commit ef62187

Please sign in to comment.