Loading src/main.c +0 −6 Original line number Diff line number Diff line Loading @@ -136,12 +136,6 @@ char **__crt0_glob_function (char *arg) } #endif /* __DJGPP__ */ #ifndef __cplusplus #ifndef typedef_bool typedef char bool; #endif #endif #define CURL_PROGRESS_STATS 0 /* default progress display */ #define CURL_PROGRESS_BAR 1 Loading src/setup.h +11 −5 Original line number Diff line number Diff line Loading @@ -69,6 +69,12 @@ #define FALSE 0 #endif #ifndef __cplusplus #ifndef typedef_bool typedef char bool; #endif #endif #ifndef OS #define OS "unknown" #endif Loading Loading
src/main.c +0 −6 Original line number Diff line number Diff line Loading @@ -136,12 +136,6 @@ char **__crt0_glob_function (char *arg) } #endif /* __DJGPP__ */ #ifndef __cplusplus #ifndef typedef_bool typedef char bool; #endif #endif #define CURL_PROGRESS_STATS 0 /* default progress display */ #define CURL_PROGRESS_BAR 1 Loading
src/setup.h +11 −5 Original line number Diff line number Diff line Loading @@ -69,6 +69,12 @@ #define FALSE 0 #endif #ifndef __cplusplus #ifndef typedef_bool typedef char bool; #endif #endif #ifndef OS #define OS "unknown" #endif Loading