version 1.2 | version 1.3 | |||
---|---|---|---|---|
|
| |||
#include <string.h> | #include <string.h> | |||
#include <stdint.h> | #include <stdint.h> | |||
#ifndef WIN32 | #ifdef WIN32 | |||
#define uintptr_t long | ||||
#include <malloc.h> | ||||
#else | ||||
#include <autoconf.h> | #include <autoconf.h> | |||
#endif | #endif | |||
#ifdef HAVE_LIBDMALLOC | #ifdef HAVE_LIBDMALLOC |
Legend:
|