summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlprivate.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-06-04 23:05:43 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-06-04 23:05:43 (GMT)
commit89e2640fa285e9e8d62634a2c30b8e1496ece70a (patch)
treea74e914beda3dd29bcc9c8d455357fd9751242db /src/declarative/qml/qmlprivate.h
parent53dbf8688b3e30af9e166cd962c8b242d94c2f8e (diff)
downloadQt-89e2640fa285e9e8d62634a2c30b8e1496ece70a.zip
Qt-89e2640fa285e9e8d62634a2c30b8e1496ece70a.tar.gz
Qt-89e2640fa285e9e8d62634a2c30b8e1496ece70a.tar.bz2
Compile fix for WinCE.
Diffstat (limited to 'src/declarative/qml/qmlprivate.h')
-rw-r--r--src/declarative/qml/qmlprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlprivate.h b/src/declarative/qml/qmlprivate.h
index 3f41fb7..25e60e0 100644
--- a/src/declarative/qml/qmlprivate.h
+++ b/src/declarative/qml/qmlprivate.h
@@ -43,7 +43,7 @@
#define QMLPRIVATE_H
#include <QtCore/qglobal.h>
-#ifndef Q_OS_WIN32
+#ifndef Q_OS_WIN
#include <stdint.h>
#endif
#include <QtCore/qvariant.h>