From 6b11c1df57c7e293df98fb4af0f8a7ed05cb850a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 10 Nov 2023 16:31:37 +0300 Subject: =?UTF-8?q?fixes=20#3906=20(UInfoEx:=20=D0=BD=D0=B5=20=D0=BF=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=D1=8F=D1=82=D1=81=D1=8F=20=D0=B8?= =?UTF-8?q?=D0=BD=D1=82=D0=B5=D1=80=D0=B5=D1=81=D1=8B=20=D0=B2=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D0=B5=20=D0=BA=D0=BE=D0=BD=D1=82?= =?UTF-8?q?=D0=B0=D0=BA=D1=82=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/delphi/m_core.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/delphi') diff --git a/include/delphi/m_core.inc b/include/delphi/m_core.inc index 438f4d2aec..140535b6a9 100644 --- a/include/delphi/m_core.inc +++ b/include/delphi/m_core.inc @@ -208,8 +208,6 @@ function Langpack_GetDefaultCodePage():int; stdcall; external CoreDLL name 'Langpack_GetDefaultCodePage'; function Langpack_GetDefaultLocale():int; stdcall; external CoreDLL name 'Langpack_GetDefaultLocale'; -function Langpack_PcharToTchar(const pszStr:PAnsiChar):PWideChar; stdcall; - external CoreDLL name 'Langpack_PcharToTchar'; function LoadLangPackModule():int; stdcall; external CoreDLL name 'LoadLangPackModule'; -- cgit v1.2.3