summaryrefslogtreecommitdiff
path: root/include/delphi
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-10 16:31:37 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-10 16:31:37 +0300
commit6b11c1df57c7e293df98fb4af0f8a7ed05cb850a (patch)
treecedc7aa3bc96a1e4e3f551860b18a55763d42187 /include/delphi
parent9446fe458391fccdc34c1a962254847b661bd04d (diff)
fixes #3906 (UInfoEx: не переводятся интересы в профиле контакта)
Diffstat (limited to 'include/delphi')
-rw-r--r--include/delphi/m_core.inc2
1 files changed, 0 insertions, 2 deletions
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';