Make the bool_t typedef in the processing lib match the others
There is no specific reason to use int32_t for this type.
This commit is contained in:
parent
09f0254d5e
commit
a24fd5e120
@ -75,7 +75,7 @@ typedef unsigned __int64 uint64_t ;
|
||||
#endif
|
||||
|
||||
typedef char str_t ; // [comment]: specific use plain char only for character parameters
|
||||
typedef int32_t bool_t ;
|
||||
typedef bool bool_t ;
|
||||
|
||||
#if defined(_WIN32) || defined(_MACH_PLATFORM) || defined(__GNUC__)
|
||||
typedef float float_t ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user