mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
isblank is not available on all platforms. Needs to be handled in a different way.
svn-id: r38376
This commit is contained in:
@@ -33,11 +33,9 @@
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifndef isblank
|
||||
# define isblank(c) ((c) == ' ' || (c) == '\t')
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*#define DEBUG*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user