1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Added missed PHPAPI

This commit is contained in:
Xinchen Hui
2018-01-15 21:39:25 +08:00
parent 92d6f26e3f
commit 0b7a968109

View File

@@ -4074,7 +4074,7 @@ do_escape:
*/
zend_string *php_addslashes_default(zend_string *str, int should_free)
#else
zend_string *php_addslashes(zend_string *str, int should_free)
PHPAPI zend_string *php_addslashes(zend_string *str, int should_free)
#endif
{
/* maximum string length, worst case situation */