]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/inifile.cpp
Windows build fix.
[evaf] / 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
             }