mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 17:19:15 +01:00
small fix regarding codewarrior and AUDIO_MSS
This commit is contained in:
parent
2e5898490c
commit
3b4e79f073
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user