aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorMarcus Comstedt2002-04-16 23:15:58 +0000
committerMarcus Comstedt2002-04-16 23:15:58 +0000
commitff123564fba55b1ad491cef1f4d1cbc8aa820894 (patch)
treefa7b5ff59e1299aac51acbd8c3fa908c614afff4 /simon
parent945d4f4ff0de3e7eecae57f3644997dd3eb0dc5f (diff)
downloadscummvm-rg350-ff123564fba55b1ad491cef1f4d1cbc8aa820894.tar.gz
scummvm-rg350-ff123564fba55b1ad491cef1f4d1cbc8aa820894.tar.bz2
scummvm-rg350-ff123564fba55b1ad491cef1f4d1cbc8aa820894.zip
Make simon stuff compile with Dreamcast
svn-id: r3966
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h
index f5542f2a62..1581007fbe 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -220,7 +220,7 @@ struct VgaFile1Struct0x6 {
};
/* dummy typedefs to make it compile in *nix */
-#if defined(UNIX) || defined(__MORPHOS__)
+#if defined(UNIX) || defined(__MORPHOS__) || defined(__DC__)
typedef void* HMIDISTRM;
typedef void* HMIDIOUT;
typedef uint32 UINT;