diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-14 16:36:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-14 16:36:24 +0000 |
commit | 27e56d478fd53d2457068fd06ece531242daa3c4 (patch) | |
tree | a810a67a97a882007bd628a3e532345d9271c08c /plugins/AVS/src/commonheaders.h | |
parent | 5049950f23d8a84b1bb286cbc6bf1ab3e6944fb0 (diff) |
- fix for crash on exit
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@4028 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/commonheaders.h')
-rw-r--r-- | plugins/AVS/src/commonheaders.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AVS/src/commonheaders.h b/plugins/AVS/src/commonheaders.h index b1136e7e0f..7697653a86 100644 --- a/plugins/AVS/src/commonheaders.h +++ b/plugins/AVS/src/commonheaders.h @@ -82,7 +82,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. all the bad free()'s to good ones, however it's still incorrect code. The reasons for not
changing them include:
- * DBFreeVariant has a CallService() lookup
+ * db_unset has a CallService() lookup
* free() is executed in some large loops to do with clist creation of group data
* easy search and replace
@@ -102,12 +102,12 @@ struct protoPicCacheEntry : public avatarCacheEntry, public MZeroedObject extern OBJLIST<protoPicCacheEntry> g_ProtoPictures, g_MyAvatars;
+extern FI_INTERFACE *fei;
int SetAvatarAttribute(HANDLE hContact, DWORD attrib, int mode);
#define MAX_REGS(_A_) ( sizeof(_A_) / sizeof(_A_[0]))
-
#define GAIR_FAILED 1000
#define AVS_IGNORENOTIFY 0x1000
|