First pass of Windows cleanup and build fixes...

This commit is contained in:
Adam Ierymenko 2015-04-24 13:35:17 -07:00
parent 883a216d2a
commit 54954f5b88
8 changed files with 125 additions and 254 deletions

View file

@ -33,6 +33,7 @@
#ifndef _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS
#endif
#pragma warning(disable:4996)
#endif
const struct _json_value json_value_none;