mirror of
https://github.com/zlgopen/awtk.git
synced 2025-05-08 19:44:45 +08:00
improve wasm helper
This commit is contained in:
parent
964c4ae8db
commit
9e3ed5099d
@ -1,4 +1,6 @@
|
||||
# 最新动态
|
||||
2023/08/24
|
||||
* 完善wasm helper
|
||||
|
||||
2023/08/23
|
||||
* 修复控件动画的回调函数收到注册顺序影响(感谢智明提供补丁)
|
||||
|
@ -76,6 +76,9 @@ unsigned long long strtoull(const char* str, char** endptr, int base);
|
||||
|
||||
void qsort (void *, size_t, size_t, int (*)(const void *, const void *));
|
||||
|
||||
#define towlower(c) tolower(c)
|
||||
#define towupper(c) toupper(c)
|
||||
|
||||
END_C_DECLS
|
||||
|
||||
#endif /*WASM_HELPER_H*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user