summaryrefslogtreecommitdiff
path: root/win32/README.txt
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-10-28 22:19:36 -0700
committerElliott Hughes <enh@google.com>2020-10-29 16:51:34 -0700
commitd1a324a427b3172cb733e3b851ce64a602fac1a5 (patch)
tree341997b4d17778ca19d9835cd1f8f6a193ec0bc2 /win32/README.txt
parent9ac3883b11a1e3bc1385449434699da5329d8263 (diff)
downloadexpat-d1a324a427b3172cb733e3b851ce64a602fac1a5.tar.gz
Upgrade expat to R_2_2_10
(Keeping the `#if defined(__BIONIC__)` around the HAVE_SYSCALL_GETRANDOM define, which got dropped somehow.) Test: make Change-Id: I3a26a4ff32a2e6b53eb519f1ae09839f24b826d7
Diffstat (limited to 'win32/README.txt')
-rw-r--r--win32/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/README.txt b/win32/README.txt
index 1d725f38..d1069cdd 100644
--- a/win32/README.txt
+++ b/win32/README.txt
@@ -5,7 +5,7 @@ Expat can be built on Windows in two ways:
* Cygwin:
This follows the Unix build procedures.
-* MS Visual Studio 2013, 2015 and 2017:
+* MS Visual Studio 2008, 2010, 2013, 2015 and 2017:
Use CMake to generate a solution file for Visual Studio, then use msbuild
to compile. For example: