malloc.h is windows-only
This commit is contained in:
parent
62ffe69dbc
commit
9461cf2ea9
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue