mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fix win32 build.
This commit is contained in:
parent
4916f58540
commit
816bcd3aff
4 changed files with 21 additions and 7 deletions
|
@ -226,7 +226,9 @@ char *strerror(int);
|
|||
#define PHP_ATTRIBUTE_MALLOC ZEND_ATTRIBUTE_MALLOC
|
||||
#define PHP_ATTRIBUTE_FORMAT ZEND_ATTRIBUTE_FORMAT
|
||||
|
||||
BEGIN_EXTERN_C()
|
||||
#include "snprintf.h"
|
||||
END_EXTERN_C()
|
||||
#include "spprintf.h"
|
||||
|
||||
#define EXEC_INPUT_BUF 4096
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue