undef IAP if defined as zero.

This commit is contained in:
Russell Gallop
2011-07-19 15:24:05 +01:00
parent 7bc53853c4
commit 048f9ebf51

View File

@@ -9,6 +9,10 @@
#include "customdefines.h" #include "customdefines.h"
#if defined(IAP) && (IAP == 0)
#undef IAP
#endif
#if defined(MIDI) && (MIDI == 0) #if defined(MIDI) && (MIDI == 0)
#undef MIDI #undef MIDI
#endif #endif