From 71d11d30c425f25ac4c3189e91c1a3ee840e6aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 9 Jun 2007 07:58:05 +0000 Subject: [PATCH] Fix Windows build. --- PC/pyconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/pyconfig.h b/PC/pyconfig.h index 314fbf17fb9..4597db0de89 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -277,7 +277,7 @@ typedef int pid_t; # define PY_LONG_LONG __int64 # define PY_LLONG_MAX LLONG_MAX # define PY_LLONG_MIN LLONG_MIN -# define PY_ULLONG_MIN ULLONG_MIN +# define PY_ULLONG_MAX ULLONG_MAX #endif /* For Windows the Python core is in a DLL by default. Test