projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c62e33
)
added the bool typedef, moved here from curl/curl.h
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 9 Oct 2000 21:36:38 +0000
(21:36 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 9 Oct 2000 21:36:38 +0000
(21:36 +0000)
lib/setup.h
patch
|
blob
|
history
diff --git
a/lib/setup.h
b/lib/setup.h
index aa5f9dbac238fc4df7dee542effeeaea685f72f6..ecb3dd5b0653bb0a439f9a06f111854eba7cc479 100644
(file)
--- a/
lib/setup.h
+++ b/
lib/setup.h
@@
-57,6
+57,10
@@
#endif
#endif
+#ifndef __cplusplus /* (rabe) */
+typedef char bool;
+#endif /* (rabe) */
+
#include <stdio.h>
#ifndef OS
#ifdef WIN32