improve mmap.c

This commit is contained in:
lixianjing 2021-06-07 15:01:21 +08:00
parent ed705e597b
commit f30eb6fe4f
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
2021/06/07
* 重构和完善文档。
* 完善mmap.c(感谢陈谭提供补丁)
* 完善release脚本拷贝自定义控件的动态库。
* 完善file browser view的value changed事件(感谢智明提供补丁)

View File

@ -23,6 +23,7 @@
#include "tkc/mem.h"
#include "tkc/utils.h"
#include "tkc/mmap.h"
#include "tkc/utf8.h"
#ifndef WIN32
#include <sys/types.h>