mirror of
https://github.com/curl/curl.git
synced 2026-07-23 16:07:16 +03:00
added the bool typedef, moved here from curl/curl.h
This commit is contained in:
parent
8c62e337b0
commit
4f5a4c9bd5
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,10 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef __cplusplus /* (rabe) */
|
||||
typedef char bool;
|
||||
#endif /* (rabe) */
|
||||
|
||||
#include <stdio.h>
|
||||
#ifndef OS
|
||||
#ifdef WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue