fix Windows build failure

This commit is contained in:
wmayer 2016-10-20 01:37:49 +02:00
parent dca8fd7334
commit 3e82b3b10d

View File

@ -30,7 +30,7 @@
#ifdef FC_OS_WIN32
# define PathExport __declspec(dllexport)
//# define RobotExport __declspec(dllexport) uncomment this to use KDL
# define PartExport __declspec(dllexport)
# define PartExport __declspec(dllimport)
# define BaseExport __declspec(dllimport)
#else // for Linux
# define PathExport