From: Jean-Baptiste Mardelle Date: Wed, 11 Mar 2009 12:44:29 +0000 (+0000) Subject: Fix up a busted preprocessor check [PATCH by Ray Lehtiniemi] X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=963bf16da6f89da417f251c0a39ab5fd7e0221c0;p=kdenlive Fix up a busted preprocessor check [PATCH by Ray Lehtiniemi] svn path=/trunk/kdenlive/; revision=3132 --- diff --git a/src/main.cpp b/src/main.cpp index 110c2f48..4f2ce1bc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,7 +26,7 @@ #include "mainwindow.h" -#ifdef __APPLE_KDE__ || __DARWIN__ +#if defined(__APPLE_KDE__) || defined(__DARWIN__) #include #endif