Fix Windows build

This commit is contained in:
Zeev Suraski 2001-07-20 14:40:30 +00:00
parent 8084d27885
commit 6f297a370a
6 changed files with 11 additions and 13 deletions

View file

@ -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))