mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-01 03:28:53 +08:00
fix compile error on windows
This commit is contained in:
parent
3df6048a5c
commit
3cf9590367
@ -40,7 +40,7 @@ typedef struct _mem_allocator_pool_t {
|
|||||||
mem_allocator_t allocator;
|
mem_allocator_t allocator;
|
||||||
|
|
||||||
mem_allocator_t* impl;
|
mem_allocator_t* impl;
|
||||||
mem_pool_t* pools[TK_MEM_POOLS_NR];;
|
mem_pool_t* pools[TK_MEM_POOLS_NR];
|
||||||
} mem_allocator_pool_t;
|
} mem_allocator_pool_t;
|
||||||
|
|
||||||
#define MEM_ALLOCATOR_POOL(allocator) ((mem_allocator_pool_t*)(allocator))
|
#define MEM_ALLOCATOR_POOL(allocator) ((mem_allocator_pool_t*)(allocator))
|
||||||
|
Loading…
Reference in New Issue
Block a user