浏览代码

sokol_imgui.h: prepare for switch to dear_bindings cimgui

Andre Weissflog 9 月之前
父节点
当前提交
ad462b919e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      util/sokol_imgui.h

+ 1 - 1
util/sokol_imgui.h

@@ -574,7 +574,7 @@ inline void simgui_create_fonts_texture(const simgui_font_tex_desc_t& desc) { re
     #error "Please include imgui.h before the sokol_imgui.h implementation"
     #endif
 #else
-    #if !defined(CIMGUI_INCLUDED)
+    #if !defined(CIMGUI_API)
     #error "Please include cimgui.h before the sokol_imgui.h implementation"
     #endif
 #endif