Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3ab101

Browse files
committed
Quick fix -- define SIZEOF_LONG and SIZEOF_INT.
1 parent 3600bee commit d3ab101

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

PC/config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ typedef int pid_t;
196196
#endif /* !MS_WIN32 */
197197

198198
#ifdef MS_WIN32
199+
200+
#define SIZEOF_INT 4
201+
#define SIZEOF_LONG 4
202+
199203
/* EXPERIMENTAL FEATURE: When CHECK_IMPORT_CASE is defined, check case of
200204
imported modules against case of file; this causes "import String" to fail
201205
with a NameError exception when it finds "string.py". Normally, you set

0 commit comments

Comments
 (0)