]> vaikene.ee Git - evaf/commitdiff
Windows build fix.
authorEnar Väikene <enar.vaikene@mt.com>
Fri, 7 Oct 2011 13:12:17 +0000 (16:12 +0300)
committerEnar Väikene <enar.vaikene@mt.com>
Fri, 7 Oct 2011 13:12:17 +0000 (16:12 +0300)
src/libs/Common/inifile.cpp

index 2b21d551e40bbe4fe18885004ea7efda588b1fed..14a47ee5fda19cb3c82b2bdbab383f13cfe3d9a6 100644 (file)
@@ -394,7 +394,7 @@ bool IniFileImpl::setValue(QString const & paramName, QVariant const & value)
 #ifdef Q_OS_LINUX
                 prefix = "linux:";
 #endif
-#if Q_OS_WIN32
+#ifdef Q_OS_WIN32
                 prefix = "windows:";
 #endif
             }