compile error in windows
This commit is contained in:
parent
32123de693
commit
395bdd2c97
|
@ -20,6 +20,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define TSDB_USE_SYS_MEM
|
||||
|
||||
#ifdef TSDB_USE_SYS_MEM
|
||||
#define tmalloc(size) malloc(size)
|
||||
#define tcalloc(size) calloc(1, size)
|
||||
|
|
Loading…
Reference in New Issue