From 11b2a34d5a1b86883bb44bad83b9b23953b850c2 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 20 Apr 2010 11:04:15 +0200 Subject: fix compilation of tst_sharedmemory on Windows CE Reviewed-by: mauricek --- tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp b/tests/auto/qtipc/qsharedmemory/tst_qsharedmemory.cpp index 83f65b0..d1db003 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" -- cgit v0.12