Fixed logging to clipboard on architectures where va_list are modified by vsnprintf (fixed #112)

This commit is contained in:
ocornut
2015-01-14 13:01:53 +00:00
parent 5322224881
commit 3a20671802
2 changed files with 12 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// ImGui library v1.20
// ImGui library v1.21 wip
// See .cpp file for commentary.
// See ImGui::ShowTestWindow() for sample code.
// Read 'Programmer guide' in .cpp for notes on how to setup ImGui in your codebase.