summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2010-04-20 11:04:15 +0200
committerJoerg Bornemann <joerg.bornemann@nokia.com>2010-04-21 10:53:49 +0200
commit11b2a34d5a1b86883bb44bad83b9b23953b850c2 (patch)
tree8a94adc14771f4515f1134fa885602ddfd792b26 /tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp
parent1c2fcea39d5413821e655659c1dcb7cabe532bea (diff)
fix compilation of tst_sharedmemory on Windows CE
Reviewed-by: mauricek
Diffstat (limited to 'tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp')
-rw-r--r--tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp b/tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp
index 83f65b0761..d1db003a80 100644
--- a/tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp
+++ b/tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp
@@ -52,7 +52,7 @@
#ifdef Q_OS_SYMBIAN
#define SRCDIR "c:/data/qsharedmemorytemp/"
#define LACKEYDIR SRCDIR "lackey"
-#elif Q_OS_WINCE
+#elif defined(Q_OS_WINCE)
#define LACKEYDIR SRCDIR "lackey"
#else
#define LACKEYDIR SRCDIR "../lackey"