diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-09 11:21:50 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-09 11:21:50 +0000 |
commit | c19923ea294b8143471de5c567c62b4e558b2005 (patch) | |
tree | 30dcd3b5dee0edff2527f35947bca02932b45bda /include/delphi/m_api.pas | |
parent | d6f51161612cf03c1aba04d0a93b963b7d486ed2 (diff) |
- added helper for Icon_Register
- hLangpack made Integer, as it should be
- minor changes
git-svn-id: http://svn.miranda-ng.org/main/trunk@3934 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_api.pas')
-rw-r--r-- | include/delphi/m_api.pas | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/delphi/m_api.pas b/include/delphi/m_api.pas index 44cd82c311..df759fecf9 100644 --- a/include/delphi/m_api.pas +++ b/include/delphi/m_api.pas @@ -42,13 +42,12 @@ interface {$ENDIF}
uses
- Windows;//, FreeImage;
+ Windows,Messages;//, FreeImage;
// often used
const
strCList:PAnsiChar = 'CList';
const
- WM_USER = $0400; // from Messages
NM_FIRST = 0; // from CommCtrl
// RichEdit definitions
@@ -253,8 +252,8 @@ var implementation
-const
- hLangpack:THANDLE = 0;
+var
+ hLangpack : integer = 0;
{$undef M_API_UNIT}
{$include m_helpers.inc}
|