mirror of
https://github.com/zlgopen/awtk.git
synced 2025-05-08 11:33:48 +08:00
improve for wasm
This commit is contained in:
parent
a5a80351c8
commit
a55233a0a8
@ -51,7 +51,6 @@
|
||||
#define TK_MAYBE_UNUSED
|
||||
#endif
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdarg.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
@ -76,6 +75,7 @@
|
||||
#endif /*TK_IS_PC*/
|
||||
|
||||
#ifndef WITH_WASM
|
||||
#include <stddef.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
#include <wchar.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user