Internals: using ImToUpper() since std one does too many things.

As a bonus side-effect may remove reliance on ctype.h (will see if CI complains)
This commit is contained in:
ocornut
2022-10-21 16:13:52 +02:00
parent 9a35bfea39
commit bc918404fe
3 changed files with 6 additions and 7 deletions

View File

@ -41,7 +41,6 @@ Index of this file:
#include "imgui_internal.h"
// System includes
#include <ctype.h> // toupper
#if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier
#include <stddef.h> // intptr_t
#else