diff options
Diffstat (limited to 'src/stdafx.h')
-rw-r--r-- | src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <cstdio> |