diff options
Diffstat (limited to 'include/delphi/m_api.pas')
-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}
|