Drawing: include header with export macros

This commit is contained in:
wmayer
2022-03-24 20:42:53 +01:00
parent bb8dda44f5
commit 8aaccbd84f
12 changed files with 59 additions and 31 deletions

View File

@@ -26,19 +26,6 @@
#include <FCConfig.h>
// Exporting of App classes
#ifdef FC_OS_WIN32
# define DrawingExport __declspec(dllexport)
# define PartExport __declspec(dllimport)
# define MeshExport __declspec(dllimport)
# define SpreadsheetExport __declspec(dllimport)
#else // for Linux
# define DrawingExport
# define PartExport
# define MeshExport
# define SpreadsheetExport
#endif
#ifdef _PreComp_
// standard