Fix Windows build.
This commit is contained in:
parent
6371cd8177
commit
71d11d30c4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue