From koffice-devel Sun Dec 28 09:32:36 2003 From: Nicolas Goutte Date: Sun, 28 Dec 2003 09:32:36 +0000 To: koffice-devel Subject: KOFFICE_1_3_BRANCH: koffice/kchart/kdchart X-MARC-Message: https://marc.info/?l=koffice-devel&m=107260431500515 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 -#if defined(unix) || defined(Q_WS_MAC) +#if defined(unix) || defined(__unix__) || defined(Q_WS_MAC) || defined(Q_WS_LINUX) #include #else _______________________________________________ koffice-devel mailing list koffice-devel@mail.kde.org https://mail.kde.org/mailman/listinfo/koffice-devel