Draft: include header with export macros

This commit is contained in:
wmayer
2022-03-24 20:48:41 +01:00
parent 076501b73b
commit 6ca12d31b3
3 changed files with 39 additions and 9 deletions

View File

@@ -26,15 +26,6 @@
#include <FCConfig.h>
// Exporting of App classes
#ifdef FC_OS_WIN32
# define DraftUtilsExport __declspec(dllexport)
# define PartExport __declspec(dllexport)
#else // for Linux
# define DraftUtilsExport
# define PartExport
#endif
#ifdef _MSC_VER
# pragma warning(disable : 4275)
#endif