Import app manager, samples and test-tools
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
* thread relative function.
|
||||
*/
|
||||
|
||||
#ifndef _WASM_THREAD_H
|
||||
#define _WASM_THREAD_H
|
||||
#ifndef _WA_THREAD_H
|
||||
#define _WA_THREAD_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -59,5 +59,5 @@ ws_mutex_init(korp_mutex *mutex, bool is_recursive)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* end of _WASM_THREAD_H */
|
||||
#endif /* end of _WA_THREAD_H */
|
||||
|
||||
Reference in New Issue
Block a user