From 6dafafff687049aaabe42a6bc15b70835467abca Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 16 Aug 2014 19:59:01 +0000 Subject: Import: ability to import missing accounts & map them if they have different names git-svn-id: http://svn.miranda-ng.org/main/trunk@10207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Import/src/import.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'plugins/Import/src/import.h') diff --git a/plugins/Import/src/import.h b/plugins/Import/src/import.h index 5733527f3c..81daba0722 100644 --- a/plugins/Import/src/import.h +++ b/plugins/Import/src/import.h @@ -62,7 +62,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define PROGM_SETPROGRESS (WM_USER+10) //wParam=0..100 #define PROGM_ADDMESSAGE (WM_USER+11) //lParam=(char*)szText -#define SetProgress(n) SendMessage(hdlgProgress,PROGM_SETPROGRESS,n,0) #define ICQOSCPROTONAME "ICQ" #define MSNPROTONAME "MSN" @@ -92,15 +91,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define IOPT_CONTACTS 4096 #define IOPT_GROUPS 8192 -void AddMessage( const TCHAR* fmt, ... ); - -void mySet(MCONTACT hContact, const char* module, const char* var, DBVARIANT* dbv ); +void AddMessage(const TCHAR* fmt, ...); INT_PTR CALLBACK WizardIntroPageProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam); -INT_PTR CALLBACK ProgressPageProc(HWND hdlg,UINT message,WPARAM wParam,LPARAM lParam); +INT_PTR CALLBACK ProgressPageProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam); INT_PTR CALLBACK MirandaPageProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam); -INT_PTR CALLBACK MirandaOptionsPageProc(HWND hdlg,UINT message,WPARAM wParam,LPARAM lParam); -INT_PTR CALLBACK MirandaAdvOptionsPageProc(HWND hdlg,UINT message,WPARAM wParam,LPARAM lParam); +INT_PTR CALLBACK MirandaOptionsPageProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam); +INT_PTR CALLBACK MirandaAdvOptionsPageProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam); INT_PTR CALLBACK FinishedPageProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam); bool IsProtocolLoaded(const char* pszProtocolName); -- cgit v1.2.3