mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Merge pull request #7063 from belegdol/disable-obsolete-imgui-functions-consistently
Define IMGUI_DISABLE_OBSOLETE_FUNCTIONS consistently
This commit is contained in:
commit
90a55f779d
@ -1395,6 +1395,7 @@ end
|
|||||||
"__STDC_FORMAT_MACROS",
|
"__STDC_FORMAT_MACROS",
|
||||||
"__STDC_CONSTANT_MACROS",
|
"__STDC_CONSTANT_MACROS",
|
||||||
"BGFX_CONFIG_MAX_FRAME_BUFFERS=128",
|
"BGFX_CONFIG_MAX_FRAME_BUFFERS=128",
|
||||||
|
"IMGUI_DISABLE_OBSOLETE_FUNCTIONS",
|
||||||
}
|
}
|
||||||
|
|
||||||
if _OPTIONS["targetos"]=="linux" or _OPTIONS["targetos"]=="netbsd" or _OPTIONS["targetos"]=="openbsd" then
|
if _OPTIONS["targetos"]=="linux" or _OPTIONS["targetos"]=="netbsd" or _OPTIONS["targetos"]=="openbsd" then
|
||||||
|
Loading…
Reference in New Issue
Block a user