mirror of
https://github.com/ocornut/imgui.git
synced 2025-09-06 19:38:28 +00:00
@@ -97,6 +97,7 @@
|
||||
#ifndef IM_MAX
|
||||
#define IM_MAX(A, B) (((A) >= (B)) ? (A) : (B))
|
||||
#endif
|
||||
#undef Status // X11 headers are leaking this.
|
||||
|
||||
// Visual Studio warnings
|
||||
#ifdef _MSC_VER
|
||||
|
Reference in New Issue
Block a user