From 6ef0460e92da57b0afab60baddb7ed3b04dec733 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 21 Dec 2023 11:39:36 +0200 Subject: [PATCH] SVT_DLL_NAME is unused MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit since commit b2cdf8a1eac730f74160d7c7a1ab9ec907dddd23 Author: Caolán McNamara Date: Fri Aug 5 14:51:30 2022 +0100 the "CreateWindow" function in svtools is newly removed Change-Id: I815d2aff0dc478d782df056c58f91deee248b2c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161119 Tested-by: Jenkins Reviewed-by: Noel Grandin --- toolkit/Library_tk.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index bcea9abb6d7e..15029b8a0996 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_include,tk,\ $(eval $(call gb_Library_add_defs,tk,\ -DTOOLKIT_DLLIMPLEMENTATION \ - -DSVT_DLL_NAME=\"$(call gb_Library_get_runtime_filename,$(call gb_Library__get_name,svt))\" \ )) $(eval $(call gb_Library_use_sdk_api,tk))