X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_propro.c;h=d7232b36b3a4b2025360667ee07f597ac8a9abe9;hb=a675e6fcb7ac533f9035dfe349633dcc2b2cce4f;hp=0599b9a1f166c65dd0813f1945faf91e508cd21f;hpb=24fb107f8255142e6d99682b533a5e4e5d29e292;p=m6w6%2Fext-propro diff --git a/php_propro.c b/php_propro.c index 0599b9a..d7232b3 100644 --- a/php_propro.c +++ b/php_propro.c @@ -18,9 +18,11 @@ #include #include -#include "php_propro.h" +#include "php_propro_api.h" #if PHP_VERSION_ID < 50500 +#undef SUCCESS +#undef FAILURE typedef enum { SUCCESS = 0, FAILURE = -1