build administrativa
[m6w6/ext-psi] / src / libffi_compat.h
index f939c86d9495e13d975553a57562ad145dc0be18..4394531f305afa71102321b2e49105a84bcc1385 100644 (file)
 #ifndef PSI_LIBFFI_COMPAT_H
 #define PSI_LIBFFI_COMPAT_H
 
-#include "php_psi_stdinc.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#else
+# include "php_config.h"
+#endif
 
 #undef PACKAGE
 #undef PACKAGE_BUGREPORT
@@ -102,6 +106,7 @@ static inline void psi_ffi_prep_va(ffi_cif *base, ffi_cif *signature, size_t arg
 #endif
 
        assert(FFI_OK == rc);
+       (void) rc;
 }