mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
Fix win32 build.
This commit is contained in:
parent
4916f58540
commit
816bcd3aff
4 changed files with 21 additions and 7 deletions
|
@ -20,13 +20,16 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#ifdef NETWARE
|
||||
#include "php.h"
|
||||
#ifdef PHP_WIN32
|
||||
#include "config.w32.h"
|
||||
#elif defined NETWARE
|
||||
#include "config.nw.h"
|
||||
#else
|
||||
#include "php_config.h"
|
||||
#endif
|
||||
|
||||
int
|
||||
PHPAPI int
|
||||
php_sprintf (char*s, const char* format, ...)
|
||||
{
|
||||
va_list args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue