From 3ca381ee8b928122d2b266a93978fe3d90c6deb3 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 18 Oct 2014 22:45:17 +0200 Subject: [PATCH] fix dll export --- phpdbg_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg_utils.c b/phpdbg_utils.c index ca36f10874..4477180594 100644 --- a/phpdbg_utils.c +++ b/phpdbg_utils.c @@ -1042,7 +1042,7 @@ static int phpdbg_xml_vsnprintf(char *buf, size_t len, const char *format, zend_ return (cc); } -PHPAPI int phpdbg_xml_vasprintf(char **buf, const char *format, zend_bool escape_xml, va_list ap TSRMLS_DC) { +PHPDBG_API int phpdbg_xml_vasprintf(char **buf, const char *format, zend_bool escape_xml, va_list ap TSRMLS_DC) { va_list ap2; int cc; -- 2.49.0