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
Родитель 8c62e337b0
Коммит 4f5a4c9bd5
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

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