mirror of
https://github.com/curl/curl.git
synced 2026-05-16 21:56:19 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef __cplusplus /* (rabe) */
|
||||
typedef char bool;
|
||||
typedef unsigned char bool;
|
||||
#define typedef_bool
|
||||
#endif /* (rabe) */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue