Mesh: include header with export macros
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#ifndef MESH_DECIMATION_H
|
||||
#define MESH_DECIMATION_H
|
||||
|
||||
#include <Mod/Mesh/MeshGlobal.h>
|
||||
|
||||
namespace MeshCore
|
||||
{
|
||||
|
||||
@@ -26,15 +26,6 @@
|
||||
|
||||
#include <FCConfig.h>
|
||||
|
||||
|
||||
// Exporting of App classes
|
||||
#ifdef FC_OS_WIN32
|
||||
# define MeshExport __declspec(dllexport)
|
||||
#else // for Linux
|
||||
# define MeshExport
|
||||
#endif
|
||||
|
||||
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4251 )
|
||||
|
||||
@@ -26,15 +26,6 @@
|
||||
|
||||
#include <FCConfig.h>
|
||||
|
||||
// Importing of App classes
|
||||
#ifdef FC_OS_WIN32
|
||||
# define MeshExport __declspec(dllimport)
|
||||
# define MeshGuiExport __declspec(dllexport)
|
||||
#else // for Linux
|
||||
# define MeshExport
|
||||
# define MeshGuiExport
|
||||
#endif
|
||||
|
||||
// here get the warnings of too long specifiers disabled (needed for VC6)
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable : 4005 )
|
||||
|
||||
Reference in New Issue
Block a user