Fix export (same commit than e14f49950c)

This commit is contained in:
Guillaume Damiand 2016-05-25 16:22:16 +02:00
parent adfe06b21d
commit 3b6bcc10e4
1 changed files with 2 additions and 2 deletions

View File

@ -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