APP_Framework/Framework/:update the transform.h ,solve the problem that compiling.
This commit is contained in:
parent
da6f795954
commit
31d11ad641
|
@ -61,7 +61,9 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifndef _STDBOOL_H
|
||||
typedef signed char bool;
|
||||
#endif
|
||||
typedef signed char int8;
|
||||
typedef signed short int16;
|
||||
typedef signed int int32;
|
||||
|
|
Loading…
Reference in New Issue