X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_misc.h;h=a4f579d76c6e245b888fc838d0c551c5dd7f96de;hp=15daa96eb2f6d34a26c0dad3ebcd011a67eb1412;hb=126cc98065f6e48d136d7dfdd5691c1da779b296;hpb=789f8205b16e89ce1982e4d492c7406e8ff66271 diff --git a/php_http_misc.h b/php_http_misc.h index 15daa96..a4f579d 100644 --- a/php_http_misc.h +++ b/php_http_misc.h @@ -155,6 +155,8 @@ static inline const char *php_http_locate_bin_eol(const char *bin, size_t len, i #endif #if PHP_VERSION_ID < 50500 +#undef SUCCESS +#undef FAILURE typedef enum { SUCCESS = 0, FAILURE = -1