summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-04-11 10:44:06 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2016-04-14 12:45:56 +0000
commitffde99d5a0ae5d3d4654af7ceda38f8a8dd7fdb9 (patch)
tree3ef0f9cb75adcb982ee05a97d781d2c029014bb0 /src/corelib/global
parentf15cfbfdee9e756bb70b6c2bd10d1479fb52afcb (diff)
Windows CE cleanup.
Remove remaining CE-specific files and #ifdefs. Change-Id: I407e14cade64c9eaa414f333764b4f82a75befde Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qt_windows.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/corelib/global/qt_windows.h b/src/corelib/global/qt_windows.h
index 000da29fb8..6d4c56d7d6 100644
--- a/src/corelib/global/qt_windows.h
+++ b/src/corelib/global/qt_windows.h
@@ -144,13 +144,4 @@
#define CLEARTYPE_QUALITY 5
#endif
-#ifdef Q_OS_WINCE
-#ifndef LR_DEFAULTSIZE
-#define LR_DEFAULTSIZE 0
-#endif
-#ifndef LR_SHARED
-#define LR_SHARED 0
-#endif
-#endif // Q_OS_WINCE
-
#endif // QT_WINDOWS_H