From 16ce2192e45cbc4d2ba01267578ea5c3943caf0f Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 19 Jun 2007 00:05:26 +0000 Subject: (svn r10212) -Fix [FS#723]: money overflow bugs in many locations. --- src/stdafx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stdafx.h') diff --git a/src/stdafx.h b/src/stdafx.h index 8dd3fcd85..7d19e5896 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -20,6 +20,7 @@ # endif #else # define INT64_MAX 9223372036854775807LL +# define INT64_MIN -9223372036854775808LL #endif #include -- cgit v1.2.3-54-g00ecf