Misc: Renamed some defines in imstb_textedit.h to avoid conflicts when using unity/jumbo builds.

Bitting the bullet, as we rarely update this (and it is rarely updated) and it we may replace it anyhow.
This commit is contained in:
ocornut
2023-11-22 12:03:34 +01:00
parent 3733b5064e
commit 61b8197942
4 changed files with 89 additions and 86 deletions

View File

@ -46,6 +46,8 @@ Other changes:
- Misc: Fixed text functions fast-path for handling "%s" and "%.*s" to handle null pointers gracefully,
like most printf implementations. (#7016, #3466, #6846) [@codefrog2002]
- Misc: Renamed some defines in imstb_textedit.h to avoid conflicts when using unity/jumbo builds
on a codebase where another copy of the library is used.
-----------------------------------------------------------------------