experimental fix

This commit is contained in:
csoler 2019-01-23 21:05:29 +01:00
parent bfdca129c5
commit d0bacbd6c2
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -19,7 +19,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * * along with this program. If not, see <https://www.gnu.org/licenses/>. *
* * * *
*******************************************************************************/ *******************************************************************************/
#define nullptr 0
#include "json.h" #include "json.h"
#include <stdlib.h> #include <stdlib.h>
@ -33,6 +32,7 @@
#include <cctype> #include <cctype>
#include <stack> #include <stack>
#include <cerrno> #include <cerrno>
#include "util/cxx11retrocompat.h"
#ifndef WIN32 #ifndef WIN32
#define _stricmp strcasecmp #define _stricmp strcasecmp