Closed pengan1990 closed 3 years ago
You have lost you TRUE AND FALSE defined in my_global.h file
/ Define some general constants /
+1
We have fixed the build error, reopen it if any problem again.
You have lost you TRUE AND FALSE defined in my_global.h file
ifndef MY_GLOBAL_INCLUDED
define MY_GLOBAL_INCLUDED
/ Define some general constants /
ifndef TRUE
define TRUE (1) / Logical true /
define FALSE (0) / Logical false /
endif
endif // MY_GLOBAL_INCLUDED