diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-17 14:43:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-17 14:43:12 +0000 |
commit | d7d4fc4e61b3b0271a4dac9d04283f5237ed514e (patch) | |
tree | 3585b1dec5aacfa6b6fa8577943eaaebd65f523e /include | |
parent | b638838fd6ec1eb32d096e0244e8e0d2a8196c73 (diff) |
old strange comment removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@7689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_database.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/m_database.h b/include/m_database.h index b8e1e1f558..d017bd1cd4 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -454,9 +454,6 @@ Writing to the database while module names are being enumerated will cause unpredictable results in the enumeration, but the write will work.
szModuleName is only guaranteed to be valid for the duration of the callback.
If you want to keep it for longer you must allocation your own storage.
-**BUG**: Prior to 0.1.2.0 dbmep was called as (lParam)(szMod, ofsMod, lParam).
- This means that the lParam parameter to dbmep was useless, and explains the
- slightly odd 'wParam = lParam' in the definition.
*/
typedef int (*DBMODULEENUMPROC)(const char *szModuleName, DWORD ofsModuleName, LPARAM lParam);
#define MS_DB_MODULES_ENUM "DB/Modules/Enum"
|