mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
added the bool typedef, moved here from curl/curl.h
This commit is contained in:
parent
8c62e337b0
commit
4f5a4c9bd5
@ -57,6 +57,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef __cplusplus /* (rabe) */
|
||||
typedef char bool;
|
||||
#endif /* (rabe) */
|
||||
|
||||
#include <stdio.h>
|
||||
#ifndef OS
|
||||
#ifdef WIN32
|
||||
|
Loading…
Reference in New Issue
Block a user