]> granicus.if.org Git - python/commitdiff
Fix Windows build.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 9 Jun 2007 07:58:05 +0000 (07:58 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 9 Jun 2007 07:58:05 +0000 (07:58 +0000)
PC/pyconfig.h

index 314fbf17fb9e961e41de4fcb3f425ccd4cbf7235..4597db0de895ae86f90a5aa4929023eedf685e53 100644 (file)
@@ -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