Skip to content

Commit

Permalink
Remove build debug messages
Browse files Browse the repository at this point in the history
They were commented out before 0733aeb, but when that commit
was reverted in 2b65c65 they were recovered uncommented.
  • Loading branch information
orgads authored and jbeder committed Aug 27, 2024
1 parent 850ec4f commit 47cd272
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/yaml-cpp/dll.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
# ifndef YAML_CPP_API
# ifdef yaml_cpp_EXPORTS
/* We are building this library */
# pragma message( "Defining YAML_CPP_API for DLL export" )
# define YAML_CPP_API __declspec(dllexport)
# else
/* We are using this library */
# pragma message( "Defining YAML_CPP_API for DLL import" )
# define YAML_CPP_API __declspec(dllimport)
# endif
# endif
Expand Down

0 comments on commit 47cd272

Please sign in to comment.