mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-02 03:40:06 +00:00
This commit is contained in:
parent
0f14933577
commit
3deb92c2c5
4 changed files with 10 additions and 4 deletions
|
|
@ -1639,8 +1639,12 @@ const char* ImStrSkipBlank(const char* str)
|
|||
// designed using two-passes worst case, which probably could be improved using the stbsp_vsprintfcb() function.)
|
||||
#ifdef IMGUI_USE_STB_SPRINTF
|
||||
#define STB_SPRINTF_IMPLEMENTATION
|
||||
#ifdef IMGUI_STB_SPRINTF_FILENAME
|
||||
#include IMGUI_STB_SPRINTF_FILENAME
|
||||
#else
|
||||
#include "stb_sprintf.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && !defined(vsnprintf)
|
||||
#define vsnprintf _vsnprintf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue