mirror of https://github.com/python/cpython
bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079)
This commit is contained in:
parent
fc662ac332
commit
b6ef6f69a9
|
@ -30,7 +30,9 @@
|
|||
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <pyconfig.h>
|
||||
#if !defined(_WIN32) && defined(HAVE_EXPAT_CONFIG_H)
|
||||
# include <pyconfig.h>
|
||||
#endif
|
||||
#include <stddef.h>
|
||||
#include <string.h> /* memcpy */
|
||||
|
||||
|
|
Loading…
Reference in New Issue