Image: include header with export macros

This commit is contained in:
wmayer
2022-03-24 20:43:51 +01:00
parent 8aaccbd84f
commit c8f049f6db
3 changed files with 0 additions and 21 deletions

View File

@@ -25,15 +25,6 @@
#include <FCConfig.h>
// Importing of App classes
#ifdef FC_OS_WIN32
# define ImageExport __declspec(dllimport)
# define ImageGuiExport __declspec(dllexport)
#else // for Linux
# define ImageExport
# define ImageGuiExport
#endif
// here get the warnings of too long specifiers disabled (needed for VC6)
#ifdef _MSC_VER
# pragma warning(disable : 4005)