mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Fix Windows build
This commit is contained in:
parent
bfe52a53fc
commit
d0cf756f7f
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ SOFTWARE.
|
|||
#include <stdio.h>
|
||||
#include "JSON_parser.h"
|
||||
|
||||
/* Windows defines IN for documentation */
|
||||
#undef IN
|
||||
|
||||
#define true 1
|
||||
#define false 0
|
||||
#define __ -1 /* the universal error code */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue