aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
diff options
context:
space:
mode:
authorMax Horn2008-11-13 11:26:47 +0000
committerMax Horn2008-11-13 11:26:47 +0000
commita6502da9acae76abe874da65d4a1ba2576e58e76 (patch)
tree9b84dab833b74d4775802665b2bac1b3f5d43e6c /common/scummsys.h
parentc0786313fa568079b8d54ddb1734102badcad1cd (diff)
downloadscummvm-rg350-a6502da9acae76abe874da65d4a1ba2576e58e76.tar.gz
scummvm-rg350-a6502da9acae76abe874da65d4a1ba2576e58e76.tar.bz2
scummvm-rg350-a6502da9acae76abe874da65d4a1ba2576e58e76.zip
* got rid of CDECL
* got rid of scumm_strrev * added DISABLE_TEXT_CONSOLE flag which disables printf, warning, debug (but not error) svn-id: r35038
Diffstat (limited to 'common/scummsys.h')
-rw-r--r--common/scummsys.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 45462a6974..725f4fdf0b 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -208,7 +208,6 @@
#define PLUGIN_EXPORT __declspec(dllexport)
#if _WIN32_WCE < 300
- #define CDECL __cdecl
#define SMALL_SCREEN_DEVICE
#endif
@@ -404,10 +403,6 @@
#define FORCEINLINE inline
#endif
-#ifndef CDECL
-#define CDECL
-#endif
-
#ifndef PLUGIN_EXPORT
#define PLUGIN_EXPORT
#endif