don't use IMGUI_USER_CONFIG

apparently a specific build of GCC 11.2.0 has a bug which prevents using
defines in #include
This commit is contained in:
tildearrow 2023-07-10 14:26:27 -05:00
parent a32c706c8f
commit 7d8a61d6dc
3 changed files with 2 additions and 5 deletions

View file

@ -52,9 +52,7 @@ Index of this file:
// Configuration file with compile-time options
// (edit imconfig.h or '#define IMGUI_USER_CONFIG "myfilename.h" from your build system')
#ifdef IMGUI_USER_CONFIG
#include IMGUI_USER_CONFIG
#endif
#include "imconfig_fur.h"
#include "imconfig.h"
#ifndef IMGUI_DISABLE