From 9d32b9cd791fb5f51dad17567152c70a8511a500 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 25 Jul 2013 20:15:05 +0000 Subject: replace sprintf to mir_snprintf (part 6) git-svn-id: http://svn.miranda-ng.org/main/trunk@5485 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ConnectionNotify/src/ConnectionNotify.cpp | 39 +---------------------- 1 file changed, 1 insertion(+), 38 deletions(-) (limited to 'plugins/ConnectionNotify/src/ConnectionNotify.cpp') diff --git a/plugins/ConnectionNotify/src/ConnectionNotify.cpp b/plugins/ConnectionNotify/src/ConnectionNotify.cpp index b1d8f294ac..8bc6f5f6d5 100644 --- a/plugins/ConnectionNotify/src/ConnectionNotify.cpp +++ b/plugins/ConnectionNotify/src/ConnectionNotify.cpp @@ -1,42 +1,4 @@ -#include -//#include -#include -#include -#include -#include "pid2name.h" - - -#ifdef _DEBUG -#include "debug.h" -#endif - -#include "resource.h" - - -#include - -#include -#include -#include -#include -//#include -#include -#include -#include -#include -#include -#include -//#include - #include "ConnectionNotify.h" -#include "netstat.h" -#include "filter.h" -#include "version.h" - -#define MAX_SETTING_STR 512 -#define PLUGINNAME "ConnectionNotify" - -#define STATUS_COUNT 9 HINSTANCE hInst; @@ -77,6 +39,7 @@ struct CONNECTION *connCurrentEditModal=NULL; int currentStatus = ID_STATUS_OFFLINE,diffstat=0; BOOL bOptionsOpen=FALSE; TCHAR *tcpStates[]={_T("CLOSED"),_T("LISTEN"),_T("SYN_SENT"),_T("SYN_RCVD"),_T("ESTAB"),_T("FIN_WAIT1"),_T("FIN_WAIT2"),_T("CLOSE_WAIT"),_T("CLOSING"),_T("LAST_ACK"),_T("TIME_WAIT"),_T("DELETE_TCB")}; + PLUGININFOEX pluginInfo={ sizeof(PLUGININFOEX), PLUGINNAME, -- cgit v1.2.3