diff --git a/rosbag2_storage/include/rosbag2_storage/yaml.hpp b/rosbag2_storage/include/rosbag2_storage/yaml.hpp index 606cbe50e1..edac0b602b 100644 --- a/rosbag2_storage/include/rosbag2_storage/yaml.hpp +++ b/rosbag2_storage/include/rosbag2_storage/yaml.hpp @@ -17,8 +17,6 @@ #include #ifdef _WIN32 -// This is necessary because of a bug in yaml-cpp's cmake -#define YAML_CPP_DLL // This is necessary because yaml-cpp does not always use dllimport/dllexport consistently # pragma warning(push) # pragma warning(disable:4251)