Skip to content

Commit

Permalink
hardcode sizeof(_Bool) on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Sep 7, 2016
1 parent 1bf494b commit 1233744
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PC/pyconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
/* The size of `wchar_t', as computed by sizeof. */
#define SIZEOF_WCHAR_T 2

/* The size of `_Bool', as computed by sizeof. */
#define SIZEOF__BOOL 1

/* The size of `pid_t', as computed by sizeof. */
#define SIZEOF_PID_T SIZEOF_INT

Expand Down

0 comments on commit 1233744

Please sign in to comment.