Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927c913 commit a81923aCopy full SHA for a81923a
include/behaviortree_cpp_v3/bt_factory.h
@@ -113,7 +113,7 @@ See examples for more information about configuring CMake correctly
113
#elif _WIN32
114
115
#define BT_REGISTER_NODES(factory) \
116
- __declspec(dllexport) void BT_RegisterNodesFromPlugin(BT::BehaviorTreeFactory& factory)
+ extern "C" void __declspec(dllexport) BT_RegisterNodesFromPlugin(BT::BehaviorTreeFactory& factory)
117
#endif
118
119
0 commit comments