mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Fix line-wrapping in comment in dll.h
This commit is contained in:
@@ -8,16 +8,12 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// The following ifdef block is the standard way of creating macros which make
|
// The following ifdef block is the standard way of creating macros which make
|
||||||
// exporting
|
// exporting from a DLL simpler. All files within this DLL are compiled with the
|
||||||
// from a DLL simpler. All files within this DLL are compiled with the
|
// yaml_cpp_EXPORTS symbol defined on the command line. This symbol should not
|
||||||
// yaml_cpp_EXPORTS
|
// be defined on any project that uses this DLL. This way any other project
|
||||||
// symbol defined on the command line. this symbol should not be defined on any
|
// whose source files include this file see YAML_CPP_API functions as being
|
||||||
// project
|
// imported from a DLL, whereas this DLL sees symbols defined with this macro as
|
||||||
// that uses this DLL. This way any other project whose source files include
|
// being exported.
|
||||||
// this file see
|
|
||||||
// YAML_CPP_API functions as being imported from a DLL, whereas this DLL sees
|
|
||||||
// symbols
|
|
||||||
// defined with this macro as being exported.
|
|
||||||
#undef YAML_CPP_API
|
#undef YAML_CPP_API
|
||||||
|
|
||||||
#ifdef YAML_CPP_DLL // Using or Building YAML-CPP DLL (definition defined
|
#ifdef YAML_CPP_DLL // Using or Building YAML-CPP DLL (definition defined
|
||||||
|
Reference in New Issue
Block a user