mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
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…
x
Reference in New Issue
Block a user