ENABLE_LOCALES: Actually disable the include as well

This commit is contained in:
Max Bruckner 2017-10-08 23:28:49 +02:00
parent f437767fa9
commit 96c33e5abb
1 changed files with 3 additions and 0 deletions

View File

@ -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)