0028838: Configuration - undefine macros coming from X11 headers in place of collision
[occt.git] / src / Interface / Interface_CheckIterator.hxx
index 41768d6..710ab3a 100644 (file)
@@ -36,6 +36,10 @@ class Interface_Check;
 class Standard_Transient;
 class Message_Messenger;
 
+// resolve name collisions with X11 headers
+#ifdef Status
+  #undef Status
+#endif
 
 //! Result of a Check operation (especially from InterfaceModel)
 class Interface_CheckIterator