Define STBTT_DEF extern when STBTT not compiled with ImGui.

features/sdl_renderer3_multiviewports
Branimir Karadžić ago%!(EXTRA string=10 years)
parent 938528e5ee
commit cd9244ab15
  1. 2
      imgui.cpp

@ -474,6 +474,8 @@ namespace IMGUI_STB_NAMESPACE
#ifndef IMGUI_DISABLE_STB_TRUETYPE_IMPLEMENTATION
#define STBTT_STATIC
#define STB_TRUETYPE_IMPLEMENTATION
#else
#define STBTT_DEF extern
#endif
#include "stb_truetype.h"

Loading…
Cancel
Save