mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Revert "Comment this, so OSX can compile"
This reverts commit 2a6af208d6
.
This commit is contained in:
parent
2a6af208d6
commit
4ae8e7fb88
@ -91,7 +91,7 @@ extern const zeromem_t zeromem;
|
||||
#undef free
|
||||
|
||||
#define malloc(x) malloc_file_line(x, __FILE__, __LINE__, true, false, false)
|
||||
//#define realloc(x,y) __error_realloc_is_dangerous__
|
||||
#define realloc(x,y) __error_realloc_is_dangerous__
|
||||
#define free(x) free_file_line(x, __FILE__, __LINE__, true)
|
||||
|
||||
#if !defined(_MSC_VER) || _MSC_VER < 1900 // < VS2015
|
||||
|
Loading…
Reference in New Issue
Block a user