diff options
author | Ruediger Hanke | 2002-04-10 20:48:27 +0000 |
---|---|---|
committer | Ruediger Hanke | 2002-04-10 20:48:27 +0000 |
commit | db1862a9af3946c3fb1e2a16dacf8e4059ec967a (patch) | |
tree | 393b836657ad1394d5957122ab578287a7a2e1d8 /sound | |
parent | ceeed557796ef26bd9b24b862632cf618c703fc9 (diff) | |
download | scummvm-rg350-db1862a9af3946c3fb1e2a16dacf8e4059ec967a.tar.gz scummvm-rg350-db1862a9af3946c3fb1e2a16dacf8e4059ec967a.tar.bz2 scummvm-rg350-db1862a9af3946c3fb1e2a16dacf8e4059ec967a.zip |
MorphOS version adapted to v0.2.0
svn-id: r3902
Diffstat (limited to 'sound')
-rw-r--r-- | sound/gmidi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/gmidi.h b/sound/gmidi.h index a991451f8b..9a63151a58 100644 --- a/sound/gmidi.h +++ b/sound/gmidi.h @@ -61,6 +61,7 @@ static const byte mt32_to_gmidi[128] = { #define NO_PPCINLINE_VARARGS #include <clib/alib_protos.h> #include <proto/exec.h> + #undef CMD_INVALID extern struct IOMidiRequest *ScummMidiRequest; #endif |