version 1.4.39b
[polyglot.git] / mainloop.c
index 1fc4c1b..84a0ac0 100644 (file)
@@ -2,7 +2,7 @@
 \r
 // constants\r
 \r
-static const int StringSize = 4096;\r
+#define StringSize ((int)4096)\r
 \r
 // includes\r
 \r
@@ -15,6 +15,7 @@ static const int StringSize = 4096;
 #include "engine.h"\r
 #include "gui.h"\r
 #include "option.h"\r
+//#include "ini.h"\r
 #include "xboard2uci.h"\r
 #include "uci2uci.h"\r
 \r