mirror of
https://github.com/curl/curl.git
synced 2025-04-24 16:40:32 +08:00
the bool typedef is now made unsigned, to make sure it stays that on all
platforms, unrelated to what they might prefer by default
This commit is contained in:
parent
1de82b220d
commit
2182e37433
@ -52,7 +52,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __cplusplus /* (rabe) */
|
#ifndef __cplusplus /* (rabe) */
|
||||||
typedef char bool;
|
typedef unsigned char bool;
|
||||||
#define typedef_bool
|
#define typedef_bool
|
||||||
#endif /* (rabe) */
|
#endif /* (rabe) */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user