aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/scummsys.h')
-rw-r--r--common/scummsys.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 05a9950c41..2f38eec992 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -20,6 +20,7 @@
* $Id$
*
*/
+
#ifndef COMMON_SCUMMSYS_H
#define COMMON_SCUMMSYS_H
@@ -200,8 +201,6 @@
#define END_PACK_STRUCTS pack ()
#endif
- #define main morphos_main
-
#elif defined(__DC__)
#define scumm_stricmp strcasecmp
@@ -386,7 +385,6 @@
#endif
-
//
// Overlay color type (FIXME: shouldn't be declared here)
//
@@ -398,4 +396,5 @@
typedef int16 OverlayColor;
#endif
+
#endif