added the bool typedef, moved here from curl/curl.h
This commit is contained in:
Родитель
8c62e337b0
Коммит
4f5a4c9bd5
|
@ -57,6 +57,10 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef __cplusplus /* (rabe) */
|
||||
typedef char bool;
|
||||
#endif /* (rabe) */
|
||||
|
||||
#include <stdio.h>
|
||||
#ifndef OS
|
||||
#ifdef WIN32
|
||||
|
|
Загрузка…
Ссылка в новой задаче