diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-04 11:52:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-04 11:52:44 +0000 |
commit | 485b2da13ec091ec7fd39bba8f05cb177d1bdd0b (patch) | |
tree | 2be61be8a63de42841b48b1fe0df06778864d460 /include/delphi/m_database.inc | |
parent | 505bc36bb68969b7b900f9ce70c4f6920ccdf5f4 (diff) |
additional fix for pascal headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@8038 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_database.inc')
-rw-r--r-- | include/delphi/m_database.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc index f02c506806..82744a43d6 100644 --- a/include/delphi/m_database.inc +++ b/include/delphi/m_database.inc @@ -44,13 +44,6 @@ const MS_DB_CHECKPROFILE:PAnsiChar = 'DB/CheckProfile';
type
- PDBCONTACTGETSETTING = ^TDBCONTACTGETSETTING;
- TDBCONTACTGETSETTING = record
- szModule : PAnsiChar; // name of the module that wrote the setting to get
- szSetting: PAnsiChar; // the name of the setting to get
- pValue : PDBVARIANT; // pointer to DBVARIANT to receive the value
- end;
-
PDBCONTACTWRITESETTING = ^TDBCONTACTWRITESETTING;
TDBCONTACTWRITESETTING = record
szModule : PAnsiChar; // module sig to write this setting under
|