Fix Windows build

This commit is contained in:
Scott MacVicar 2008-12-17 15:46:00 +00:00
parent bfe52a53fc
commit d0cf756f7f

View file

@ -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 */