Fix build on older MinGW versions

> In constructor 'QWindowsPrintDevice::QWindowsPrintDevice(const QString&)':
> src\plugins\printsupport\windows\qwindowsprintdevice.cpp:105:86:
> error: 'DC_COLLATE' was not declared in this scope

Change-Id: Ifb64c323765ae4b6abb80c32d4ba2bc3fbffa245
Reviewed-by: John Layt <jlayt@kde.org>
This commit is contained in:
Konstantin Ritt 2014-03-17 21:18:05 +02:00 committed by The Qt Project
parent fd6728a5bc
commit 13171e7e63

View File

@ -43,6 +43,10 @@
#include <qdebug.h>
#ifndef DC_COLLATE
# define DC_COLLATE 22
#endif
QT_BEGIN_NAMESPACE
#ifndef QT_NO_PRINTER