summaryrefslogtreecommitdiff
path: root/libexslt/common.c
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-12-04 18:49:03 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-12-04 18:49:10 +0900
commitf5c4d891252bd3c913f20c3c604982573692fa86 (patch)
tree433866ac4c85dc26421e62385f500d46523b58bc /libexslt/common.c
parent89d86b9956699671509e3758f2245ecf95571f15 (diff)
downloadlibxslt-f5c4d891252bd3c913f20c3c604982573692fa86.tar.gz
libxslt-f5c4d891252bd3c913f20c3c604982573692fa86.tar.bz2
libxslt-f5c4d891252bd3c913f20c3c604982573692fa86.zip
Imported Upstream version 1.1.32upstream/1.1.32
Change-Id: I03b39e92b2b7898e9a34a1e240722003e7d51cd8 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'libexslt/common.c')
-rw-r--r--libexslt/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexslt/common.c b/libexslt/common.c
index 91be04fd..ff3ab755 100644
--- a/libexslt/common.c
+++ b/libexslt/common.c
@@ -1,7 +1,7 @@
#define IN_LIBEXSLT
#include "libexslt/libexslt.h"
-#if defined(WIN32) && !defined (__CYGWIN__) && (!__MINGW32__)
+#if defined(_WIN32) && !defined (__CYGWIN__) && (!__MINGW32__)
#include <win32config.h>
#else
#include "config.h"