summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2011-05-31 01:56:29 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2011-05-31 01:56:29 +0000
commitbf7f1ac337ec7da60418a24e15bb0f6723de27d2 (patch)
treee93d70a6988b59af1f8634841156ab7d28368280
parent8aaf05b29dbe71dcb3ddaa3ceed57d7bf59eb273 (diff)
downloadlibyaml-0.1.4.tar.gz
Merged _WIN32 fix from the stable branch.0.1.4
git-svn-id: http://svn.pyyaml.org/libyaml/tags/0.1.4@385 18f92427-320e-0410-9341-c67f048884a3
-rw-r--r--include/yaml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/yaml.h b/include/yaml.h
index 400cae1..5a04d36 100644
--- a/include/yaml.h
+++ b/include/yaml.h
@@ -26,7 +26,7 @@ extern "C" {
/** The public API declaration. */
-#ifdef WIN32
+#ifdef _WIN32
# if defined(YAML_DECLARE_STATIC)
# define YAML_DECLARE(type) type
# elif defined(YAML_DECLARE_EXPORT)