global.h: alais foug_bool_t to int (instead of int8_t)

This commit is contained in:
Hugues Delorme 2014-01-29 11:28:36 +01:00
parent 59e5daf983
commit 36594dc120

View File

@ -47,7 +47,7 @@ typedef unsigned long long uint64_t;
#endif /* FOUG_USE_STDINT_H */
typedef int8_t foug_bool_t;
typedef int foug_bool_t;
typedef float foug_real32_t;
typedef double foug_real64_t;