aboutsummaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h
index b0f05ec413..cf56ddbf63 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -2,6 +2,9 @@
* $Id$
*
* $Log$
+ * Revision 1.14 2002/04/18 21:40:23 tomjoad
+ * Reenable MorphOS Midi driver, small updates to CD open code (only when CD audio is requested) and start options
+ *
* Revision 1.13 2002/04/12 21:26:34 strigeus
* new video engine (expect broken non-sdl builds),
* simon the sorcerer 1 & 2 support (non SCUMM games)
@@ -92,6 +95,10 @@
#else
+#if defined(__MORPHOS__)
+#include <devices/timer.h>
+#undef CMD_INVALID
+#endif
#if !defined(__APPLE__CW) && !(defined(__MWERKS__) && defined(macintosh))
#include <sys/types.h>
#include <sys/uio.h>