mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Quick fix -- define SIZEOF_LONG and SIZEOF_INT.
This commit is contained in:
parent
3600beefea
commit
d3ab101fac
1 changed files with 4 additions and 0 deletions
|
@ -196,6 +196,10 @@ typedef int pid_t;
|
|||
#endif /* !MS_WIN32 */
|
||||
|
||||
#ifdef MS_WIN32
|
||||
|
||||
#define SIZEOF_INT 4
|
||||
#define SIZEOF_LONG 4
|
||||
|
||||
/* EXPERIMENTAL FEATURE: When CHECK_IMPORT_CASE is defined, check case of
|
||||
imported modules against case of file; this causes "import String" to fail
|
||||
with a NameError exception when it finds "string.py". Normally, you set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue