InputText: Work-around for buggy standard libraries where isprint('\t') returns true. (#2467, #1336)

Not using isprint. + todo items.
This commit is contained in:
omar
2019-04-03 10:40:14 +02:00
parent e3cd6b1cbb
commit 4a57507f75
5 changed files with 13 additions and 6 deletions

View File

@ -933,7 +933,7 @@ CODE
#endif
#include "imgui_internal.h"
#include <ctype.h> // toupper, isprint
#include <ctype.h> // toupper
#include <stdio.h> // vsnprintf, sscanf, printf
#if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier
#include <stddef.h> // intptr_t