Visual C++, in debug mode, redefines alloc functions (to detect memory leaks).
The syntax used in this project is incompatible with the redefinition.
Would it be possible to prefix the functions with 'yajl_' in the yajl_alloc_funcs struct?
Thus yajl_malloc(), yajl_free, yajl_realloc.
It's trivial but it makes a huge difference when you need to compile with Visual C++.
Thanks
Visual C++, in debug mode, redefines alloc functions (to detect memory leaks).
The syntax used in this project is incompatible with the redefinition.
Would it be possible to prefix the functions with 'yajl_' in the yajl_alloc_funcs struct?
Thus yajl_malloc(), yajl_free, yajl_realloc.
It's trivial but it makes a huge difference when you need to compile with Visual C++.
Thanks