From 84aa7549bd19a4aa9900acdfc6aca600f6bd9867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 13 Dec 2006 20:00:19 +0000 Subject: [PATCH] this seems to fail on ppc git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19499 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/libs/fluidsynth/src/fluidsynth_priv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libs/fluidsynth/src/fluidsynth_priv.h b/src/libs/fluidsynth/src/fluidsynth_priv.h index 05f91f6bf3..f417713f44 100644 --- a/src/libs/fluidsynth/src/fluidsynth_priv.h +++ b/src/libs/fluidsynth/src/fluidsynth_priv.h @@ -26,9 +26,9 @@ #include "config.h" #endif -#if defined(__POWERPC__) && !(defined(__APPLE__) && defined(__MACH__)) -#include "config_maxmsp43.h" -#endif +//#if defined(__POWERPC__) && !(defined(__APPLE__) && defined(__MACH__)) +//#include "config_maxmsp43.h" +//#endif #if defined(WIN32) && !defined(MINGW32) #include "config_win32.h"