aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/scummsys.h')
-rw-r--r--common/scummsys.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index e4f52295fb..4cb8d5d8e9 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -142,11 +142,6 @@
#define SCUMM_LITTLE_ENDIAN
- // FIXME: Do you really need to use 'long' on this port? Please replace
- // this comment with a new comment that states so, and ideally also
- // explains the reasons briefly.
- #define SCUMMVM_USE_LONG_INT
-
#define FORCEINLINE __forceinline
#define NORETURN _declspec(noreturn)
#define PLUGIN_EXPORT __declspec(dllexport)
@@ -240,11 +235,6 @@
#define SCUMM_BIG_ENDIAN
#define SCUMM_NEED_ALIGNMENT
- // FIXME: Do you really need to use 'long' on this port? Please replace
- // this comment with a new comment that states so, and ideally also
- // explains the reasons briefly.
- #define SCUMMVM_USE_LONG_INT
-
#elif defined(__DC__)
#define scumm_stricmp strcasecmp