diff options
author | 2020-08-12 15:00:54 -0400 | |
---|---|---|
committer | 2020-08-12 15:00:54 -0400 | |
commit | 90a55f779d468bab3ab5a1ab75dba92a83bad006 (patch) | |
tree | 7d628f5c35c3f90f6be7da0fe4a350de366c82a5 /scripts/src | |
parent | d75377c53fa85822bff7191958ed392c8166908a (diff) | |
parent | 1096db17b69f8afcd5dfda764d193e5bbbd8e8a5 (diff) |
Merge pull request #7063 from belegdol/disable-obsolete-imgui-functions-consistently
Define IMGUI_DISABLE_OBSOLETE_FUNCTIONS consistently
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/3rdparty.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index ed31a844181..b3fc924eab4 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -1395,6 +1395,7 @@ end "__STDC_FORMAT_MACROS", "__STDC_CONSTANT_MACROS", "BGFX_CONFIG_MAX_FRAME_BUFFERS=128", + "IMGUI_DISABLE_OBSOLETE_FUNCTIONS", } if _OPTIONS["targetos"]=="linux" or _OPTIONS["targetos"]=="netbsd" or _OPTIONS["targetos"]=="openbsd" then |