Commit 4f5a4c9b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 8c62e337
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -57,6 +57,10 @@
#endif
#endif

#ifndef __cplusplus        /* (rabe) */
typedef char bool;
#endif                     /* (rabe) */

#include <stdio.h>
#ifndef OS
#ifdef WIN32