From ad462b919eabe0d07c001c57259d85f127fbffff Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Wed, 4 Dec 2024 18:21:05 +0100 Subject: [PATCH] sokol_imgui.h: prepare for switch to dear_bindings cimgui --- util/sokol_imgui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/sokol_imgui.h b/util/sokol_imgui.h index 7b71d90e6..1a7c650b2 100644 --- a/util/sokol_imgui.h +++ b/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