summaryrefslogtreecommitdiff
path: root/tools/preproc/preproc.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-05-20 11:45:24 -0700
committerYamaArashi <shadow962@live.com>2016-05-21 10:35:53 -0700
commitc0203de808a98d27446e01c6b7e9f9311a5ad3bf (patch)
treee538179372ce7cddc50b851e4c24a4c7e0a40c81 /tools/preproc/preproc.h
parent4af578c1865e4b620f4c64401e0a16ccbd9efc8d (diff)
sprite.c and updated preproc
Diffstat (limited to 'tools/preproc/preproc.h')
-rw-r--r--tools/preproc/preproc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/preproc/preproc.h b/tools/preproc/preproc.h
index 926748efd..515f64e07 100644
--- a/tools/preproc/preproc.h
+++ b/tools/preproc/preproc.h
@@ -21,6 +21,8 @@
#ifndef PREPROC_H
#define PREPROC_H
+#include <cstdio>
+#include <cstdlib>
#include "charmap.h"
#ifdef _MSC_VER
@@ -44,7 +46,7 @@ do \
#endif // _MSC_VER
const int kMaxPath = 256;
-const int kMaxStringLength = 256;
+const int kMaxStringLength = 1024;
const unsigned long kMaxCharmapSequenceLength = 16;
extern Charmap* g_charmap;