aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorMax Horn2002-05-05 18:10:45 +0000
committerMax Horn2002-05-05 18:10:45 +0000
commitfe8bfbc9e8dc659479034dbe76f5c5754aa066b7 (patch)
tree33dffc72f5002e6e410e145a0dfa5b9c74ca2a09 /simon
parentff376ea8a590f8afbc521eb7cac0a54c2acabc3b (diff)
downloadscummvm-rg350-fe8bfbc9e8dc659479034dbe76f5c5754aa066b7.tar.gz
scummvm-rg350-fe8bfbc9e8dc659479034dbe76f5c5754aa066b7.tar.bz2
scummvm-rg350-fe8bfbc9e8dc659479034dbe76f5c5754aa066b7.zip
fix for MacOS native port
svn-id: r4205
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 2a3a20230f..6ad6a8c0f2 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(UNIX_X11) || defined(__MORPHOS__) || defined(__DC__)
+#if defined(UNIX) || defined(UNIX_X11) || defined(__MORPHOS__) || defined(__DC__) || defined(__APPLE__CW)
typedef void* HMIDISTRM;
typedef void* HMIDIOUT;
typedef uint32 UINT;