mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 12:08:16 +08:00
improve mmap.c
This commit is contained in:
parent
ed705e597b
commit
f30eb6fe4f
@ -2,6 +2,7 @@
|
||||
|
||||
2021/06/07
|
||||
* 重构和完善文档。
|
||||
* 完善mmap.c(感谢陈谭提供补丁)
|
||||
* 完善release脚本拷贝自定义控件的动态库。
|
||||
* 完善file browser view的value changed事件(感谢智明提供补丁)
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user