[prev in list] [next in list] [prev in thread] [next in thread] 

List:       koffice-devel
Subject:    KOFFICE_1_3_BRANCH: koffice/kchart/kdchart
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2003-12-28 9:32:36
[Download RAW message or body]

CVS commit by goutte: 

Testing if unix is defined seems not to be enough.
So check __unix__ (ANSI-correct) and Q_WS_LINUX too.
(Problem of compilation on Mandrake 9.1 reported on KDE Dot
by Tormak: leewsb hotmail com)
(Backport)
CCMAIL:koffice-devel@kde.org


  M +1 -1      KDChartGlobal.h   1.7.2.1


--- koffice/kchart/kdchart/KDChartGlobal.h  #1.7:1.7.2.1
@@ -34,5 +34,5 @@
 #include <float.h>
 
-#if defined(unix) || defined(Q_WS_MAC)
+#if defined(unix) || defined(__unix__) || defined(Q_WS_MAC) || defined(Q_WS_LINUX)
 #include  <limits.h>
 #else


_______________________________________________
koffice-devel mailing list
koffice-devel@mail.kde.org
https://mail.kde.org/mailman/listinfo/koffice-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic