CI: Fixed dllimport/dllexport tests. (#8757)

This commit is contained in:
Aidan Sun
2025-06-29 17:32:48 -04:00
committed by ocornut
parent 8c61ee5498
commit 8ccfdf7ba0
2 changed files with 7 additions and 14 deletions

View File

@@ -46,6 +46,7 @@ Other changes:
- Textures: Fixed support for `#define ImTextureID_Invalid` to non-zero value:
ImTextureData() was incorrectly cleared with zeroes. (#8745) [@rachit7645]
- Demo: Added "Text -> Font Size" demo section. (#8738) [@Demonese]
- CI: Fixed dllimport/dllexport tests. (#8757) [@AidanSun05]
- Backends: SDL3: avoid calling SDL_StartTextInput() again if already active.
(#8727) [@morrazzzz]
- Backends: OSX: added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress