diff options
-rwxr-xr-x | ext/spl/spl_sxe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_sxe.h b/ext/spl/spl_sxe.h index 5310b46f01..1b4accc56a 100755 --- a/ext/spl/spl_sxe.h +++ b/ext/spl/spl_sxe.h @@ -24,7 +24,7 @@ extern zend_class_entry *spl_ce_SimpleXMLIterator; -ZEND_API PHP_MINIT_FUNCTION(spl_sxe); +SPL_API PHP_MINIT_FUNCTION(spl_sxe); #endif /* SPL_SXE_H */ |