Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef OPENHRP_PLANNER_EXPORT_DEF_H_INCLUDED
00012 #define OPENHRP_PLANNER_EXPORT_DEF_H_INCLUDED
00013
00014
00015 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
00016 # ifdef HRPPLANNER_MAKE_DLL
00017 # define HRPPLANNER_API __declspec(dllexport)
00018 # else
00019 # define HRPPLANNER_API __declspec(dllimport)
00020 # endif
00021 #else
00022 # define HRPPLANNER_API
00023 #endif
00024
00025
00026 #endif