Mod: fix warning [-Wmacro-redefined]

This commit is contained in:
wmayer
2021-09-14 22:57:17 +02:00
parent 671032f506
commit ce285ea265
5 changed files with 0 additions and 10 deletions

View File

@@ -34,7 +34,6 @@
# define MeshExport __declspec(dllimport)
# define MeshGuiExport __declspec(dllimport)
# define PointsExport __declspec(dllimport)
# define AppExport __declspec(dllimport)
#else // for Linux
# define ReenExport
# define ReenGuiExport
@@ -42,7 +41,6 @@
# define MeshExport
# define MeshGuiExport
# define PointsExport
# define AppExport
#endif
#ifdef _MSC_VER