Mod: fix warning [-Wmacro-redefined]

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

View File

@@ -30,11 +30,9 @@
#ifdef FC_OS_WIN32
# define DraftUtilsExport __declspec(dllexport)
# define PartExport __declspec(dllexport)
# define BaseExport __declspec(dllimport)
#else // for Linux
# define DraftUtilsExport
# define PartExport
# define BaseExport
#endif
#ifdef _MSC_VER

View File

@@ -32,13 +32,11 @@
# define FemExport __declspec(dllexport)
# define PartExport __declspec(dllimport)
# define MeshExport __declspec(dllimport)
# define BaseExport __declspec(dllimport)
#else // for Linux
# define AppFemExport
# define FemExport
# define PartExport
# define MeshExport
# define BaseExport
#endif
#ifdef _MSC_VER

View File

@@ -31,12 +31,10 @@
# define PathExport __declspec(dllexport)
//# define RobotExport __declspec(dllexport) uncomment this to use KDL
# define PartExport __declspec(dllimport)
# define BaseExport __declspec(dllimport)
#else // for Linux
# define PathExport
//# define RobotExport uncomment this to use KDL
# define PartExport
# define BaseExport
#endif
#ifdef _PreComp_

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

View File

@@ -31,12 +31,10 @@
# define RobotExport __declspec(dllexport)
# define PartExport __declspec(dllimport)
# define MeshExport __declspec(dllimport)
# define BaseExport __declspec(dllimport)
#else // for Linux
# define RobotExport
# define PartExport
# define MeshExport
# define BaseExport
#endif
#ifdef _PreComp_