Skip to content

Commit

Permalink
Remove YAML_CPP_DLL define (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace314159 committed Oct 4, 2022
1 parent dbc240d commit 8fd7eab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions rviz_common/src/rviz_common/yaml_config_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
#define RVIZ_HAVE_YAMLCPP_05 1

#ifdef RVIZ_HAVE_YAMLCPP_05
#ifdef _WIN32
#define YAML_CPP_DLL
#endif
#include <yaml-cpp/yaml.h>
#else
#include <yaml-cpp/node.h>
Expand Down
3 changes: 0 additions & 3 deletions rviz_common/src/rviz_common/yaml_config_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@

#include <fstream>

#ifdef _WIN32
#define YAML_CPP_DLL
#endif
#include "yaml-cpp/emitter.h"

namespace rviz_common
Expand Down

0 comments on commit 8fd7eab

Please sign in to comment.