added #ifdef for Max/MSP CW project

This commit is contained in:
Norbert Schnell 2004-04-29 09:21:40 +00:00
parent fa9a80d27e
commit 2add627d39

View file

@ -26,6 +26,10 @@
#include "config.h"
#endif
#if defined(__POWERPC__) && !(defined(__APPLE__) && defined(__MACH__))
#include "config_maxmsp43.h"
#endif
#if defined(WIN32) && !defined(MINGW32)
#include "config_win32.h"
#endif