Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
small fix regarding codewarrior and AUDIO_MSS
  • Loading branch information
withmorten committed Jan 22, 2021
1 parent 2e58984 commit 3b4e79f073a5b4c19723d913ddd4aa9a17abfce3
Showing with 4 additions and 2 deletions.
  1. +3 −2 src/audio/sampman_miles.cpp
  2. +1 −0 src/core/common.h
@@ -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

0 comments on commit 3b4e79f

Please sign in to comment.