added the bool typedef, moved here from curl/curl.h

This commit is contained in:
Daniel Stenberg 2000-10-09 21:36:38 +00:00
parent 8c62e337b0
commit 4f5a4c9bd5

View File

@ -57,6 +57,10 @@
#endif
#endif
#ifndef __cplusplus /* (rabe) */
typedef char bool;
#endif /* (rabe) */
#include <stdio.h>
#ifndef OS
#ifdef WIN32