We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855e4a4 commit 2a9028cCopy full SHA for 2a9028c
1 file changed
deps/include/yaml-cpp/dll.h
@@ -15,11 +15,11 @@
15
# ifndef YAML_CPP_API
16
# ifdef yaml_cpp_EXPORTS
17
/* We are building this library */
18
-# pragma message( "Defining YAML_CPP_API for DLL export" )
+//# pragma message( "Defining YAML_CPP_API for DLL export" )
19
# define YAML_CPP_API __declspec(dllexport)
20
# else
21
/* We are using this library */
22
-# pragma message( "Defining YAML_CPP_API for DLL import" )
+//# pragma message( "Defining YAML_CPP_API for DLL import" )
23
# define YAML_CPP_API __declspec(dllimport)
24
# endif
25
0 commit comments