Skip to content

Commit eaf1414

Browse files
committed
Fix build on Windows
1 parent 24d08b7 commit eaf1414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: PC/pyconfig.h

+2
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,8 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
355355
# define ALIGNOF_MAX_ALIGN_T 8
356356
#endif
357357

358+
#define SIZEOF_UINTPTR_T SIZEOF_VOID_P
359+
358360
#ifdef _DEBUG
359361
# define Py_DEBUG
360362
#endif

0 commit comments

Comments
 (0)