// %pacpus:license{ // This file is part of the PACPUS framework distributed under the // CECILL-C License, Version 1.0. // %pacpus:license} /// @file /// @date created 2013-07-01 13:18:37 /// @author @todo kurdejma /// @copyright Copyright (c) UTC/CNRS Heudiasyc 2006 - 2013. All rights reserved. /// @version $Id: $ /// /// @todo Brief description of LMOComponentConfig.h. /// /// @todo Detailed description of LMOComponentConfig.h. #ifndef LMOCOMPONENTCONFIG_H #define LMOCOMPONENTCONFIG_H // Export macro for LMOComponent DLL for Windows only #ifdef WIN32 # ifdef LMOCOMPONENT_EXPORTS // make DLL # define LMOCOMPONENT_API __declspec(dllexport) # else // use DLL # define LMOCOMPONENT_API __declspec(dllimport) # endif #else // On other platforms, simply ignore this # define LMOCOMPONENT_API #endif #endif // LMOCOMPONENTCONFIG_H