From 4f5a4c9bd517ec9aab8e62e221f962e9f2323cac Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Oct 2000 21:36:38 +0000 Subject: added the bool typedef, moved here from curl/curl.h --- lib/setup.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/setup.h b/lib/setup.h index aa5f9dbac..ecb3dd5b0 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -57,6 +57,10 @@ #endif #endif +#ifndef __cplusplus /* (rabe) */ +typedef char bool; +#endif /* (rabe) */ + #include #ifndef OS #ifdef WIN32 -- cgit v1.2.3