Browse Source

ENABLE_LOCALES: Actually disable the include as well

pull/211/head
Max Bruckner 7 years ago
parent
commit
96c33e5abb
  1. 3
      cJSON.c

3
cJSON.c

@ -44,7 +44,10 @@
#include <float.h>
#include <limits.h>
#include <ctype.h>
#ifdef ENABLE_LOCALES
#include <locale.h>
#endif
#if defined(_MSC_VER)
#pragma warning (pop)

Loading…
Cancel
Save