From d9718b068446add78e62c92f104e1ad6243d19ef Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 22 Jun 2007 23:27:32 +0000 Subject: Do not use SCUMMVM_USE_LONG_INT on _MSC_VER anymore (if it *is* needed after all, speak up -- that FIXME has been in there for far too long, however) svn-id: r27641 --- common/scummsys.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'common/scummsys.h') 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 -- cgit v1.2.3