diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-01-22 14:14:48 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-01-22 14:14:48 +0000 |
commit | 8963ae9891a77ecffc482d059d22e03a2a1b7961 (patch) | |
tree | f9470d04e926556bcedfa6da97af4ac2a950dd16 /include/delphi/m_database.inc | |
parent | b5fe138f83cff589109d931689e897779feb9b70 (diff) |
small and unneded but update (for sync)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7825 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_database.inc')
-rw-r--r-- | include/delphi/m_database.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc index ea59b1d674..ce6b56ac6e 100644 --- a/include/delphi/m_database.inc +++ b/include/delphi/m_database.inc @@ -341,9 +341,6 @@ const the database module uses wParam as the lParam cookie value and the lParam
value given here is the function pointer -- this is not safe
to use before v0.1.2.1 because I don't know if this was done in v0.1.2.1-
-
- prior to v0.1.2.1 you can not pass a value to the enumeration because
- of a bug -- which is fixed, but hey :) -- [sam]
}
type
TDBMODULEENUMPROC = function(const szModule: PAnsiChar; ofsModuleName: DWORD; lParam: LPARAM): int; cdecl;
|