From 095caf5c7501e982b8e10b4619e47885a22d07c6 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 10 Oct 2018 13:56:41 +0200 Subject: Restore using shlwapi by VCL code on Windows This was lost in commit 1698debed2993fc5f262aa3ebbdb32fc112ac556. 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: Mike Kaganski --- vcl/Library_vclplug_win.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/Library_vclplug_win.mk') diff --git a/vcl/Library_vclplug_win.mk b/vcl/Library_vclplug_win.mk index 242f43190ac8..24f2d2491342 100644 --- a/vcl/Library_vclplug_win.mk +++ b/vcl/Library_vclplug_win.mk @@ -87,6 +87,7 @@ $(eval $(call gb_Library_use_system_win32_libs,vclplug_win,\ imm32 \ ole32 \ shell32 \ + shlwapi \ version \ winspool \ )) -- cgit