summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/qprintdialog_win.cpp
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-11-16 14:27:14 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-11-16 14:27:14 (GMT)
commit7cc0f75a3572cd001df7150faf04dc59e6b95edc (patch)
tree2cf0319f84092afaf0d23a8cb9571a3f9f3e316c /src/gui/dialogs/qprintdialog_win.cpp
parentd84e070b57d8657fd0d8ac39bd5862b30791a115 (diff)
downloadQt-7cc0f75a3572cd001df7150faf04dc59e6b95edc.zip
Qt-7cc0f75a3572cd001df7150faf04dc59e6b95edc.tar.gz
Qt-7cc0f75a3572cd001df7150faf04dc59e6b95edc.tar.bz2
Make de file dialog completely compatible with mingw-g++
Some COM interfaces were not defined. Now they are.
Diffstat (limited to 'src/gui/dialogs/qprintdialog_win.cpp')
-rw-r--r--src/gui/dialogs/qprintdialog_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qprintdialog_win.cpp b/src/gui/dialogs/qprintdialog_win.cpp
index 51e83ac..6ab1cb1 100644
--- a/src/gui/dialogs/qprintdialog_win.cpp
+++ b/src/gui/dialogs/qprintdialog_win.cpp
@@ -52,7 +52,7 @@
#include <private/qprintengine_win_p.h>
#include <private/qprinter_p.h>
-#if defined(Q_CC_MINGW) && !defined(PD_NOCURRENTPAGE)
+#if !defined(PD_NOCURRENTPAGE)
#define PD_NOCURRENTPAGE 0x00800000
#define PD_RESULT_PRINT 1
#define PD_RESULT_APPLY 2