소스 검색

Merge pull request #236 from bkaradzic/master

Define STBTT_DEF extern when STBTT not compiled with ImGui.
omar 10 년 전
부모
커밋
46a27cdb6b
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
 #define STBTT_STATIC
 #define STB_TRUETYPE_IMPLEMENTATION
+#else
+#define STBTT_DEF extern
 #endif
 #include "stb_truetype.h"