diff options
author | Max Horn | 2007-06-22 23:27:32 +0000 |
---|---|---|
committer | Max Horn | 2007-06-22 23:27:32 +0000 |
commit | d9718b068446add78e62c92f104e1ad6243d19ef (patch) | |
tree | 1e3ad37872739f6e5b336eba16c7a7ecfb9b66fa | |
parent | e7a58d9369af9a416898866465edfcdae3abeae7 (diff) | |
download | scummvm-rg350-d9718b068446add78e62c92f104e1ad6243d19ef.tar.gz scummvm-rg350-d9718b068446add78e62c92f104e1ad6243d19ef.tar.bz2 scummvm-rg350-d9718b068446add78e62c92f104e1ad6243d19ef.zip |
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
-rw-r--r-- | common/scummsys.h | 10 |
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 |