mirror of https://github.com/CGAL/cgal
Fix export (same commit than e14f49950c)
This commit is contained in:
parent
adfe06b21d
commit
3b6bcc10e4
|
|
@ -4,9 +4,9 @@
|
|||
#include <CGAL/export/helpers.h>
|
||||
|
||||
#ifdef gl_splat_EXPORTS
|
||||
#define GLSPLAT_EXPORT CGAL_DLL_EXPORT
|
||||
#define GLSPLAT_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
#define GLSPLAT_EXPORT CGAL_DLL_IMPORT
|
||||
#define GLSPLAT_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#endif // GLSPLAT_CONFIG_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue