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

@ -1,4 +1,6 @@
#if defined(AUDIO_MSS) || defined (__MWERKS__)
#include "common.h"
#ifdef AUDIO_MSS
#include <shlobj.h>
#include <shlguid.h>
@ -8,7 +10,6 @@
#include "eax-util.h"
#include "mss.h"
#include "common.h"
#include "sampman.h"
#include "AudioManager.h"
#include "MusicManager.h"

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