static.patch 298 B

1234567891011
  1. --- a/include/yaml.h 2021-01-27 16:24:20.000000000 +0300
  2. +++ b/include/yaml.h 2021-01-27 16:26:04.000000000 +0300
  3. @@ -26,6 +26,8 @@
  4. /** The public API declaration. */
  5. +#define YAML_DECLARE_STATIC
  6. +
  7. #if defined(__MINGW32__)
  8. # define YAML_DECLARE(type) type
  9. #elif defined(_WIN32)