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:
parent
fd6728a5bc
commit
13171e7e63
@ -43,6 +43,10 @@
|
||||
|
||||
#include <qdebug.h>
|
||||
|
||||
#ifndef DC_COLLATE
|
||||
# define DC_COLLATE 22
|
||||
#endif
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
#ifndef QT_NO_PRINTER
|
||||
|
Loading…
Reference in New Issue
Block a user