Fix Windows build.

This commit is contained in:
Martin v. Löwis 2007-06-09 07:58:05 +00:00
parent 6371cd8177
commit 71d11d30c4
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ typedef int pid_t;
# define PY_LONG_LONG __int64 # define PY_LONG_LONG __int64
# define PY_LLONG_MAX LLONG_MAX # define PY_LLONG_MAX LLONG_MAX
# define PY_LLONG_MIN LLONG_MIN # define PY_LLONG_MIN LLONG_MIN
# define PY_ULLONG_MIN ULLONG_MIN # define PY_ULLONG_MAX ULLONG_MAX
#endif #endif
/* For Windows the Python core is in a DLL by default. Test /* For Windows the Python core is in a DLL by default. Test