src/stdafx.h
branch0.6
changeset 10367 94c008da45c4
parent 9174 4a7b5962abd6
--- a/src/stdafx.h	Sat Apr 26 20:54:56 2008 +0000
+++ b/src/stdafx.h	Sat Apr 26 21:34:30 2008 +0000
@@ -32,8 +32,10 @@
 		#include <stdint.h>
 	#endif
 #else
-	#define INT64_MAX 9223372036854775807LL
+	#define INT64_MAX (9223372036854775807LL)
 	#define INT64_MIN (-INT64_MAX - 1)
+	#define INT16_MAX (32767)
+	#define INT16_MIN (-INT16_MAX - 1)
 #endif
 
 #include <cstdio>