mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Fix Win32 build.
This commit is contained in:
parent
bf554c279f
commit
11f53cd111
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
||||||
* Christian Aberger
|
* Christian Aberger
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if PHP_WIN32 && !defined(ssize_t)
|
||||||
|
typedef int ssize_t;
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue