зеркало из https://github.com/stride3d/NativePath.git
Added malloc.h support
This commit is contained in:
Родитель
495ffab053
Коммит
48121ae5d9
|
@ -37,8 +37,6 @@ THE SOFTWARE.
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef __SIZE_TYPE__ size_t;
|
||||
|
||||
extern void* npMalloc(size_t size);
|
||||
#define malloc npMalloc
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef malloc_h
|
||||
#define malloc_h
|
||||
|
||||
#include "../NativeMemory.h"
|
||||
|
||||
#endif
|
Загрузка…
Ссылка в новой задаче