Skip to content
Snippets Groups Projects
Commit 268af840 authored by Francois Keith's avatar Francois Keith Committed by Francois Keith
Browse files

Correct the exportation of symbols

parent c04c7c1a
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@
/* --------------------------------------------------------------------- */
#if defined (WIN32)
# if defined (dynamic_interpretor_EXPORTS)
# if defined (dynamic_integrator_EXPORTS)
# define SOTDYNAMICINTEGRATOR_EXPORT __declspec(dllexport)
# else
# define SOTDYNAMICINTEGRATOR_EXPORT __declspec(dllimport)
......
......@@ -21,7 +21,7 @@
/* --------------------------------------------------------------------- */
#if defined (WIN32)
# if defined (pseudo_robot_dynamic_EXPORTS)
# if defined (robot_dyn_simu_EXPORTS)
# define SOTROBOTDYNSIMU_EXPORT __declspec(dllexport)
# else
# define SOTROBOTDYNSIMU_EXPORT __declspec(dllimport)
......
......@@ -21,7 +21,7 @@
/* --------------------------------------------------------------------- */
#if defined (WIN32)
# if defined (dynamic_interpretor_EXPORTS)
# if defined (stack_template_EXPORTS)
# define SOTSTACKTEMPLATE_EXPORT __declspec(dllexport)
# else
# define SOTSTACKTEMPLATE_EXPORT __declspec(dllimport)
......@@ -46,7 +46,7 @@ namespace dynamicgraph {
namespace dg = dynamicgraph;
template< typename TaskGeneric >
class SOTSTACKTEMPLATE_EXPORT Stack
class Stack
{
protected:
......
......@@ -21,7 +21,7 @@
/* --------------------------------------------------------------------- */
#if defined (WIN32)
# if defined (task_dyn_inequality_EXPORTS)
# if defined (task_inequality_EXPORTS)
# define SOTTASKDYNINEQUALITY_EXPORT __declspec(dllexport)
# else
# define SOTTASKDYNINEQUALITY_EXPORT __declspec(dllimport)
......
......@@ -21,7 +21,7 @@
/* --------------------------------------------------------------------- */
#if defined (WIN32)
# if defined (task_dyn_joint_limits_EXPORTS)
# if defined (task_joint_limits_EXPORTS)
# define SOTTASKDYNJOINTLIMITS_EXPORT __declspec(dllexport)
# else
# define SOTTASKDYNJOINTLIMITS_EXPORT __declspec(dllimport)
......
......@@ -21,7 +21,7 @@
/* --------------------------------------------------------------------- */
#if defined (WIN32)
# if defined (dynamic_interpretor_EXPORTS)
# if defined (zmp_estimator_EXPORTS)
# define SOTZMPESTIMATOR_EXPORT __declspec(dllexport)
# else
# define SOTZMPESTIMATOR_EXPORT __declspec(dllimport)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment