src/stdafx.h
changeset 7453 67ba4a6fc014
parent 7434 062b9e494412
child 7524 6f535308d3df
--- a/src/stdafx.h	Mon Jun 18 23:00:55 2007 +0000
+++ b/src/stdafx.h	Tue Jun 19 00:05:26 2007 +0000
@@ -20,6 +20,7 @@
 # endif
 #else
 # define INT64_MAX 9223372036854775807LL
+# define INT64_MIN -9223372036854775808LL
 #endif
 
 #include <cstdio>