aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
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;