Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
+10 -2
View File
@@ -89,10 +89,18 @@
# define GL2PSDLL_API
#endif
#if defined(__APPLE__) || defined(HAVE_OPENGL_GL_H)
#if defined(HAVE_OPENGL_GL_H)
# include <OpenGL/gl.h>
#else
# include <GL/gl.h>
# if defined(__APPLE__)
# ifdef GL2PS_USE_GL_GL_H
# include <GL/gl.h>
# else
# include <OpenGL/gl.h>
# endif
# else
# include <GL/gl.h>
# endif
#endif
/* Support for compressed PostScript/PDF/SVG and for embedded PNG