aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx
diff options
context:
space:
mode:
authorPaweł Kołodziejski2009-02-15 20:02:43 +0000
committerPaweł Kołodziejski2009-02-15 20:02:43 +0000
commit7d0d96ecc1ff743bdb9828e1da52d20d67eabc72 (patch)
tree92553caaa214b48654193007b227c46e08fcced8 /engines/sci/gfx
parentd7dea4ff17cd5ee6737cbe50e5d47c13e946f86c (diff)
downloadscummvm-rg350-7d0d96ecc1ff743bdb9828e1da52d20d67eabc72.tar.gz
scummvm-rg350-7d0d96ecc1ff743bdb9828e1da52d20d67eabc72.tar.bz2
scummvm-rg350-7d0d96ecc1ff743bdb9828e1da52d20d67eabc72.zip
fixed compilation with msvc
svn-id: r38285
Diffstat (limited to 'engines/sci/gfx')
-rw-r--r--engines/sci/gfx/gfx_res_options.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sci/gfx/gfx_res_options.cpp b/engines/sci/gfx/gfx_res_options.cpp
index 0692fece0f..349058427f 100644
--- a/engines/sci/gfx/gfx_res_options.cpp
+++ b/engines/sci/gfx/gfx_res_options.cpp
@@ -33,6 +33,12 @@
#include <ctype.h>
+#ifdef _MSC_VER
+#ifndef isblank
+# define isblank(c) ((c) == ' ' || (c) == '\t')
+#endif
+#endif
+
/*#define DEBUG*/
static gfx_res_pattern_list_t*