瀏覽代碼

Define STBTT_DEF extern when STBTT not compiled with ImGui.

Branimir Karadžić 10 年之前
父節點
當前提交
cd9244ab15
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      imgui.cpp

+ 2 - 0
imgui.cpp

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