From c4a68366af174e654d5735f244bf3beb8a81b143 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 16 Jul 2010 13:59:44 +0300 Subject: used list<> from stl instead of my own implementation --- init.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'init.cpp') diff --git a/init.cpp b/init.cpp index 80ad08f..e122349 100644 --- a/init.cpp +++ b/init.cpp @@ -16,7 +16,6 @@ #include "commonheaders.h" - #define PLUGIN_NAME "juick" HINSTANCE hInst; @@ -24,8 +23,7 @@ static HANDLE hAccountsChanges, hDbContactAdded; PLUGINLINK *pluginLink; static int OnModulesLoaded(WPARAM wParam,LPARAM lParam); extern char *date(); -JabberAccount Accounts; -int JabberAccountsCount = 0; +list Accounts; struct MM_INTERFACE mmi; struct UTF8_INTERFACE utfi; -- cgit v1.2.3