hardcode sizeof(_Bool) on windows
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 5d36f1c..64e7aec 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -643,6 +643,9 @@
 /* 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