mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix Windows build
This commit is contained in:
parent
8084d27885
commit
6f297a370a
6 changed files with 11 additions and 13 deletions
|
@ -279,7 +279,7 @@ PHPAPI int cfg_get_string(char *varname, char **result);
|
|||
|
||||
|
||||
/* Output support */
|
||||
#include "ext/standard/php_output.h"
|
||||
#include "main/php_output.h"
|
||||
#define PHPWRITE(str, str_len) php_body_write((str), (str_len))
|
||||
#define PUTS(str) php_body_write((str), strlen((str)))
|
||||
#define PUTC(c) (php_body_write(&(c), 1), (c))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue