aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/scummsys.h6
-rw-r--r--common/util.h2
2 files changed, 1 insertions, 7 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 98d9bab6c7..e396407b50 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -294,12 +294,6 @@
#define SCUMM_BIG_ENDIAN
#define SCUMM_NEED_ALIGNMENT
- // FIXME: Why is this here? If it does declare types int8 etc., and they
- // are not compatible with our typedefs below, we need a proper fix.
- // In general, though, you should avoid port specific includes in this
- // header file, if possible.
- #include <exec/types.h>
-
#elif defined(__SYMBIAN32__)
#define scumm_stricmp strcasecmp
diff --git a/common/util.h b/common/util.h
index 5f6088f176..79dbba6451 100644
--- a/common/util.h
+++ b/common/util.h
@@ -26,7 +26,7 @@
#include "common/str.h"
#include "common/array.h"
-#if defined (__INNOTEK_LIBC__)
+#if defined (__INNOTEK_LIBC__) || (defined (__amigaos4__) && defined(__NEWLIB__))
#undef MIN
#undef MAX
#endif