[Scummvm-cvs-logs] SF.net SVN: scummvm:[38376] scummvm/trunk/engines/sci/gfx/gfx_res_options. cpp

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Mon Feb 16 19:40:36 CET 2009


Revision: 38376
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38376&view=rev
Author:   anotherguest
Date:     2009-02-16 18:40:36 +0000 (Mon, 16 Feb 2009)

Log Message:
-----------
isblank is not available on all platforms. Needs to be handled in a different way. 

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gfx/gfx_res_options.cpp

Modified: scummvm/trunk/engines/sci/gfx/gfx_res_options.cpp
===================================================================
--- scummvm/trunk/engines/sci/gfx/gfx_res_options.cpp	2009-02-16 18:37:28 UTC (rev 38375)
+++ scummvm/trunk/engines/sci/gfx/gfx_res_options.cpp	2009-02-16 18:40:36 UTC (rev 38376)
@@ -33,11 +33,9 @@
 
 #include <ctype.h>
 
-#ifdef _MSC_VER
 #ifndef isblank
 #  define isblank(c)	((c) == ' ' || (c) == '\t')
 #endif
-#endif
 
 /*#define DEBUG*/
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list