mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0033372: Visualization - Compilation of git master fails against vtk 9.2.6
Fixed compilation on vtk 9.2.6. Resolved name collisions with X11 headers
This commit is contained in:
parent
14a202ac2b
commit
1691f09a2b
@ -27,6 +27,15 @@
|
||||
#undef AllValues
|
||||
#endif
|
||||
|
||||
// Resolve name collisions with X11 headers
|
||||
#ifdef Status
|
||||
#undef Status
|
||||
#endif
|
||||
|
||||
#ifdef Success
|
||||
#undef Success
|
||||
#endif
|
||||
|
||||
#include <vtkXRenderWindowInteractor.h>
|
||||
#include <vtkXOpenGLRenderWindow.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user