Kaydet (Commit) fc00041d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Also for SDK 10.0.17134 the winsdklibsubdir needs to have a .0 tacked on

Also remove questionable old "Hack needed at least by tml".

Change-Id: I478358ea114cee2f8a181b98cb3433447b3ed560
Reviewed-on: https://gerrit.libreoffice.org/54081Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
üst a909afbc
......@@ -5230,12 +5230,8 @@ find_winsdk_version()
winsdklibsubdir="10.0.16299.0"
elif test "$regvalue" = "10.0.15063"; then
winsdklibsubdir="10.0.15063.0"
dnl Hack needed at least by tml:
if test ! -f "${winsdktest}/Include/10.0.15063.0/um/sqlext.h" \
-a -f "${winsdktest}/Include/10.0.14393.0/um/sqlext.h"
then
winsdklibsubdir="10.0.14393.0"
fi
elif test "$regvalue" = "10.0.17134"; then
winsdklibsubdir="$regvalue.0"
fi
return
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment