From c4a8c1f0443d1d39fdc0f265a0dcc9356f7092e9 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Wed, 18 Jul 2012 16:47:22 +0000 Subject: API update git-svn-id: http://svn.miranda-ng.org/main/trunk@1017 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_plugins.inc | 46 -------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 include/delphi/m_plugins.inc (limited to 'include/delphi/m_plugins.inc') diff --git a/include/delphi/m_plugins.inc b/include/delphi/m_plugins.inc deleted file mode 100644 index bb88804666..0000000000 --- a/include/delphi/m_plugins.inc +++ /dev/null @@ -1,46 +0,0 @@ -{ -Miranda IM: the free IM client for Microsoft* Windows* - -Copyright 2000-2003 Miranda ICQ/IM project, -all portions of this codebase are copyrighted to the people -listed in contributors.txt. - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -} - -{$IFNDEF M_PLUGINS} -{$DEFINE M_PLUGINS} - -{ - Undocumented: Do NOT use. - Version: 0.3.4.1+ (2004/10/04) -} -const - DBPE_DONE = 1; - DBPE_CONT = 0; - DBPE_HALT = -1; -type - PPLUGIN_DB_ENUM = ^TPLUGIN_DB_ENUM; - TPLUGIN_DB_ENUM = record - cbSize : int; -// 0 = continue, 1 = found, -1 = stop now - pfnEnumCallback : function (pluginname:PAnsiChar; link:pointer; lParam:LPARAM):int;cdecl; - lParam : LPARAM; - end; - -const - MS_PLUGINS_ENUMDBPLUGINS:PAnsiChar = 'Plugins/DbEnumerate'; - -{$ENDIF} -- cgit v1.2.3