]> granicus.if.org Git - php/commitdiff
fix dll export
authorAnatol Belski <ab@php.net>
Sat, 18 Oct 2014 20:45:17 +0000 (22:45 +0200)
committerAnatol Belski <ab@php.net>
Sat, 18 Oct 2014 20:45:17 +0000 (22:45 +0200)
phpdbg_utils.c

index ca36f1087475397b834f4482e69b0663285f6ccb..4477180594085195130e63c82812172e9b9d4341 100644 (file)
@@ -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;