fix Windows build failure
This commit is contained in:
parent
dca8fd7334
commit
3e82b3b10d
|
@ -30,7 +30,7 @@
|
||||||
#ifdef FC_OS_WIN32
|
#ifdef FC_OS_WIN32
|
||||||
# define PathExport __declspec(dllexport)
|
# define PathExport __declspec(dllexport)
|
||||||
//# define RobotExport __declspec(dllexport) uncomment this to use KDL
|
//# define RobotExport __declspec(dllexport) uncomment this to use KDL
|
||||||
# define PartExport __declspec(dllexport)
|
# define PartExport __declspec(dllimport)
|
||||||
# define BaseExport __declspec(dllimport)
|
# define BaseExport __declspec(dllimport)
|
||||||
#else // for Linux
|
#else // for Linux
|
||||||
# define PathExport
|
# define PathExport
|
||||||
|
|
Loading…
Reference in New Issue
Block a user