diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-09 14:56:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-09 14:56:52 +0000 |
commit | 5086c9d2039004aefe1bca55f73760f78b0fd698 (patch) | |
tree | 7f89dbcf474e79c9bea3281a35eb1ae7b6e922ae /include/delphi | |
parent | 66c5aac8dd6212228c1ea29bea4b3fc3430e7032 (diff) |
fix for zlib1 import in pascal modules
git-svn-id: http://svn.miranda-ng.org/main/trunk@1844 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_api.pas | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/delphi/m_api.pas b/include/delphi/m_api.pas index 92c39c164d..29f340073e 100644 --- a/include/delphi/m_api.pas +++ b/include/delphi/m_api.pas @@ -67,7 +67,7 @@ type // delphi 64 must have these types anyway
int_ptr = integer;
uint_ptr = cardinal;
-
+
{$ENDIF}
long = longint;
plong = ^long;
@@ -157,7 +157,7 @@ const ME_SYSTEM_MODULEUNLOAD:pAnsiChar = 'Miranda/System/UnloadModule';
{
- Each service mode plugin must implement MS_SERVICEMODE_LAUNCH
+ Each service mode plugin must implement MS_SERVICEMODE_LAUNCH
This service might return one of the following values:
SERVICE_CONTINUE - load Miranda normally, like there's no service plugins at all
SERVICE_ONLYDB - load database and then execute service plugin only
@@ -201,6 +201,7 @@ var {$include m_protosvc.inc}
{$include m_options.inc}
{$include m_ssl.inc}
+ {$include m_zlib.inc}
{$include m_icq.inc}
{$include m_protoint.inc}
{$include m_protocols.inc}
|