fix 5.4 build
[m6w6/ext-propro] / php_propro.c
index 0599b9a1f166c65dd0813f1945faf91e508cd21f..d7232b36b3a4b2025360667ee07f597ac8a9abe9 100644 (file)
 #include <php.h>
 #include <ext/standard/info.h>
 
-#include "php_propro.h"
+#include "php_propro_api.h"
 
 #if PHP_VERSION_ID < 50500
+#undef SUCCESS
+#undef FAILURE
 typedef enum {
        SUCCESS = 0,
        FAILURE = -1