malloc.h is windows-only

This commit is contained in:
David Rose 2012-09-28 20:57:55 +00:00
parent 62ffe69dbc
commit 9461cf2ea9

View File

@ -454,7 +454,9 @@ extend_frozen_modules(const struct _frozen *new_modules, int new_count) {
programFile = """
#include "Python.h"
#ifdef _WIN32
#include "malloc.h"
#endif
%(moduleDefs)s