summaryrefslogtreecommitdiff
path: root/include/delphi/m_api.pas
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-10 19:55:33 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-10 19:55:33 +0000
commit503d82db45bf24f4739d126d43bfbeee4828a882 (patch)
tree87b6ec821155e7459af203cde96fc6f9d6104027 /include/delphi/m_api.pas
parent6ad65c4d4fce1d5ce1a1873ee84feaff753c9d48 (diff)
- m_core.inc almost returned back to int_ptr
- another pascal headers merged git-svn-id: http://svn.miranda-ng.org/main/trunk@3964 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_api.pas')
-rw-r--r--include/delphi/m_api.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/delphi/m_api.pas b/include/delphi/m_api.pas
index df759fecf9..65b045a843 100644
--- a/include/delphi/m_api.pas
+++ b/include/delphi/m_api.pas
@@ -180,7 +180,7 @@ const
var
{ has to be returned via MirandaPluginInfo and has to be statically allocated,
this means only one module can return info, you shouldn't be merging them anyway! }
- PLUGININFO: TPLUGININFOEX;
+ PluginInfo: TPLUGININFOEX;
{$include m_database.inc}
{$include m_db_int.inc}
@@ -253,7 +253,7 @@ var
implementation
var
- hLangpack : integer = 0;
+ hLangpack:int = 0;
{$undef M_API_UNIT}
{$include m_helpers.inc}