Merge pull request #7063 from belegdol/disable-obsolete-imgui-functions-consistently

Define IMGUI_DISABLE_OBSOLETE_FUNCTIONS consistently
This commit is contained in:
ajrhacker 2020-08-12 15:00:54 -04:00 committed by GitHub
commit 90a55f779d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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