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
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef _STDBOOL_H
|
||||||
typedef signed char bool;
|
typedef signed char bool;
|
||||||
|
#endif
|
||||||
typedef signed char int8;
|
typedef signed char int8;
|
||||||
typedef signed short int16;
|
typedef signed short int16;
|
||||||
typedef signed int int32;
|
typedef signed int int32;
|
||||||
|
|
Loading…
Reference in New Issue