small fix regarding codewarrior and AUDIO_MSS

This commit is contained in:
withmorten
2021-01-22 21:10:49 +01:00
parent 2e5898490c
commit 3b4e79f073
2 changed files with 4 additions and 2 deletions

View File

@ -16,6 +16,7 @@
#include <math.h>
#ifdef __MWERKS__
#define AUDIO_MSS
#define RWLIBS // codewarrior doesn't support project level defines - so not even this is enough, but still catches most ifdefs
#endif