Skip to content
Snippets Groups Projects
Commit 793da6bb authored by Francois Keith's avatar Francois Keith
Browse files

Use the correct macro for import/export in functions.h

parent 28930fa1
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@
/* DYNAMIC-GRAPH */
#include <dynamic-graph/exception-factory.h>
#include <dynamic-graph/interpreter.h>
#include <dynamic-graph/dynamic-graph-api.h>
/* --- STD --- */
#include <string>
......@@ -39,20 +40,6 @@
#include <boost/function.hpp>
#include <boost/bind.hpp>
/* --------------------------------------------------------------------- */
/* --- API ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
#if defined (WIN32)
# if defined (shell_functions_EXPORTS)
# define SHELLFUNCTIONS_EXPORT __declspec(dllexport)
# else
# define SHELLFUNCTIONS_EXPORT __declspec(dllimport)
# endif
#else
# define SHELLFUNCTIONS_EXPORT
#endif
/* --------------------------------------------------------------------- */
/* --- CLASS ----------------------------------------------------------- */
/* --------------------------------------------------------------------- */
......@@ -68,7 +55,7 @@
and user interaction commands such as display and beep commands.
For more information, load the plugin and type help on a sot shell.
*/
class SHELLFUNCTIONS_EXPORT ShellFunctions
class DYNAMICGRAPH_EXPORT ShellFunctions
{
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment