summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-23 19:20:04 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-23 19:20:04 +0200
commit054aa037bb2f524a157f4dc3795019c9d57f462f (patch)
treec2e64da5b0785788c82be75dc12478506452dff7 /ext
parentf676bf0e282693a373388d2859f048f0af9ce1c4 (diff)
downloadruamel.yaml-054aa037bb2f524a157f4dc3795019c9d57f462f.tar.gz
appveyor changes
Diffstat (limited to 'ext')
-rw-r--r--ext/yaml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/yaml.h b/ext/yaml.h
index 28866bc..b88463d 100644
--- a/ext/yaml.h
+++ b/ext/yaml.h
@@ -27,6 +27,7 @@ extern "C" {
/** The public API declaration. */
#ifdef _WIN32
+#define YAML_DECLARE_STATIC 1
# if defined(YAML_DECLARE_STATIC)
# define YAML_DECLARE(type) type
# elif defined(YAML_DECLARE_EXPORT)