Kaydet (Commit) 095caf5c authored tarafından Mike Kaganski's avatar Mike Kaganski

Restore using shlwapi by VCL code on Windows

This was lost in commit 1698debe.
Windows 10 SDK doesn't depend on it, but Windows 8.1 SDK does,
because InitPropVariantFromString is implemented in it as call
to SHStrDupW.

Change-Id: I20b596bba21664bed93d2b194f6cc9f23673586a
Reviewed-on: https://gerrit.libreoffice.org/61612
Tested-by: Jenkins
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst a17ed50b
......@@ -87,6 +87,7 @@ $(eval $(call gb_Library_use_system_win32_libs,vclplug_win,\
imm32 \
ole32 \
shell32 \
shlwapi \
version \
winspool \
))
......
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