/* $Id$ */
-#ifndef _SIMPLEXML_H_
-#define _SIMPLEXML_H_
+#ifndef PHP_SIMPLEXML_EXPORTS_H
+#define PHP_SIMPLEXML_EXPORTS_H
#include "php_simplexml.h"
ZEND_API void php_sxe_reset_iterator(php_sxe_object *sxe TSRMLS_DC);
ZEND_API void php_sxe_move_forward_iterator(php_sxe_object *sxe TSRMLS_DC);
-#endif /* _SIMPLEXML_H_ */
+#endif /* PHP_SIMPLEXML_EXPORTS_H */
/**
* Local Variables:
#include "ext/standard/info.h"
#include "ext/standard/php_string.h"
#include "php_simplexml.h"
-#include "simplexml.h"
+#include "php_simplexml_exports.h"
#include "zend_default_classes.h"
#include "zend_interfaces.h"
#if HAVE_SPL && !defined(COMPILE_DL_SPL)
#if HAVE_LIBXML && HAVE_SIMPLEXML
-#include "ext/simplexml/simplexml.h"
+#include "ext/simplexml/php_simplexml_exports.h"
SPL_METHOD(SimpleXMLIterator, rewind) /* {{{ */
{