From f8b7834ae376c07254cee9f43e38ba74674eaa4a Mon Sep 17 00:00:00 2001 From: Harald Fernengel Date: Thu, 13 Aug 2009 16:00:21 +0200 Subject: Clean up platform defines a bit As per Marius' S-O's request :) --- src/corelib/global/qglobal.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index a184f01..2a71e29 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -2461,7 +2461,7 @@ bool qputenv(const char *varName, const QByteArray& value) #endif } -#if defined(Q_OS_UNIX) && !defined(QT_NO_THREAD) +#if defined(Q_OS_UNIX) && !defined(QT_NO_THREAD) && !defined(Q_OS_SYMBIAN) # if defined(Q_OS_INTEGRITY) && defined(__GHS_VERSION_NUMBER) && (__GHS_VERSION_NUMBER < 500) // older versions of INTEGRITY used a long instead of a uint for the seed. @@ -2471,9 +2471,7 @@ typedef uint SeedStorageType; # endif typedef QThreadStorage SeedStorage; -#if defined(Q_OS_UNIX) && !defined(QT_NO_THREAD) && !defined(Q_OS_SYMBIAN) Q_GLOBAL_STATIC(SeedStorage, randTLS) // Thread Local Storage for seed value -#endif #endif -- cgit v0.12