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