mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Fixed MinGW builds uses UTF-8 friendly _wfopen(). (#8300)
Amendbbd0a37bd,40db2ca09
This commit is contained in:
parent
c7983115e9
commit
940d9540f3
2 changed files with 2 additions and 1 deletions
|
|
@ -67,6 +67,7 @@ Other changes:
|
|||
created from a single comma character, affecting some fonts/settings (not all).
|
||||
- Demo: Added label edition to Property Editor demo + fix an ID issue. (#8266) [@moritz-h]
|
||||
- Misc: Fixed misc/cpp/imgui_stdlib.h/.cpp not supporting IMGUI_DISABLE. (#8294) [@juur]
|
||||
- Misc: Fixed MinGW builds uses UTF-8 friendly _wfopen(). (#8300)
|
||||
- Backends: Allegro5: Avoid calling al_set_mouse_cursor() repeatedly since it appears
|
||||
to leak on on X11 (#8256). [@Helodity]
|
||||
- Backends: Metal: Fixed leaks when using metal-cpp. (#8276, #8166) [@selimsandal]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue