From 3e577372cab9dde2981fb4ac143cacce0419b069 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Thu, 5 Jul 2012 12:35:02 +0000 Subject: m_api: hide hLangpack from interface part History++ small cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@770 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_api.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/delphi') diff --git a/include/delphi/m_api.pas b/include/delphi/m_api.pas index b818a41cc8..56bbe9cf3b 100644 --- a/include/delphi/m_api.pas +++ b/include/delphi/m_api.pas @@ -83,9 +83,6 @@ type true: (w:PWideChar); // Unicode end; -const - hLangpack:THANDLE = 0; - {$include m_core.inc} {$include m_system.inc} @@ -282,6 +279,9 @@ var implementation +const + hLangpack:THANDLE = 0; + {$undef M_API_UNIT} {$include m_helpers.inc} {$include m_clistint.inc} -- cgit v1.2.3