view marsyas-link/malloc.h @ 113:732a4bf233df

Fixes for static Windows build. In particular, plugins (which are not static) need to be built with "dll" target instead of "plugin" target
author Chris Cannam
date Fri, 06 Mar 2020 12:11:00 +0000
parents de97eaf74910
children
line wrap: on
line source
#ifdef __MACH__
#include <stdlib.h>
#endif