diff options
author | Alexey Kulakov <panda75@bk.ru> | 2012-07-05 12:35:02 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2012-07-05 12:35:02 +0000 |
commit | 3e577372cab9dde2981fb4ac143cacce0419b069 (patch) | |
tree | c08ee1d69b563c056d8facd7b45325a489972b77 /include | |
parent | c78cb0fb36db5ac84fdc6f012074a6c1cea68b1e (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/delphi/m_api.pas | 6 |
1 files changed, 3 insertions, 3 deletions
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}
|