diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-12-10 15:21:30 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-12-10 15:24:13 +0100 |
commit | 5225cd46919a028add3772564fd0d63e99078820 (patch) | |
tree | e3f0e5f3b148908ac2e10c763c216de5dd919d00 /configure.ac | |
parent | 59e2678499747ac29a3aed6d47362255b3cc57ef (diff) |
define _USING_V110_SDK71_ when building with VS2013 against 7.1A SDK
and drop old VS2012 part from configure.ac
Change-Id: If0bedff0972a40f92aaf86140a0405d2af1dbc8d
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 0fcfbc186f47..4db47f3cd4ee 100644 --- a/configure.ac +++ b/configure.ac @@ -3522,13 +3522,9 @@ if test "$_os" = "WINNT"; then # are always "better", we list them in reverse chronological order. case $vcnum in - 110) - COMEX=14 - WINDOWS_SDK_ACCEPTABLE_VERSIONS="8.0 7.1A" - ;; 120) COMEX=15 - WINDOWS_SDK_ACCEPTABLE_VERSIONS="8.1A 8.1 8.0" + WINDOWS_SDK_ACCEPTABLE_VERSIONS="8.1A 8.1 8.0 7.1A" ;; esac |