mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
malloc.h is nonstandard, malloc/realloc/free are in stdlib.h
This commit is contained in:
parent
b9e37eb1dd
commit
503ae769d1
2
3rdparty/bx/include/bx/allocator.h
vendored
2
3rdparty/bx/include/bx/allocator.h
vendored
@ -13,7 +13,7 @@
|
||||
#include <new>
|
||||
|
||||
#if BX_CONFIG_ALLOCATOR_CRT
|
||||
# include <malloc.h>
|
||||
# include <stdlib.h>
|
||||
#endif // BX_CONFIG_ALLOCATOR_CRT
|
||||
|
||||
#if BX_CONFIG_ALLOCATOR_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user