summaryrefslogtreecommitdiff
path: root/plugins/TrafficCounter/src/commonheaders.h
diff options
context:
space:
mode:
authorVlad Mironov <mironych@googlemail.com>2013-02-21 15:59:28 +0000
committerVlad Mironov <mironych@googlemail.com>2013-02-21 15:59:28 +0000
commit3b4342ead0909ee9f5d515db932272f901708a3a (patch)
tree7d79f463c8b05e5c14fa8fa1fa532e6facc90047 /plugins/TrafficCounter/src/commonheaders.h
parentdf14d39c07a22130218388e7ce421710580408be (diff)
СЃ-plus-plusification
git-svn-id: http://svn.miranda-ng.org/main/trunk@3671 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TrafficCounter/src/commonheaders.h')
-rw-r--r--plugins/TrafficCounter/src/commonheaders.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/plugins/TrafficCounter/src/commonheaders.h b/plugins/TrafficCounter/src/commonheaders.h
index bdc5974519..6b8a521308 100644
--- a/plugins/TrafficCounter/src/commonheaders.h
+++ b/plugins/TrafficCounter/src/commonheaders.h
@@ -115,7 +115,7 @@ typedef struct
//---------------------------------------------------------------------------------------------
// Различные флаги
//---------------------------------------------------------------------------------------------
-union
+typedef union
{
DWORD Flags;
struct
@@ -141,14 +141,7 @@ union
unsigned int Reserv1:1; //22
unsigned int DrawTotalTimeCounter:1; //23
};
-} unOptions;
-
-PROTOLIST *ProtoList; // Данные обо всех аккаунтах.
-PROTOLIST OverallInfo; // Суммарные данные по видимым аккаунтам.
-int NumberOfAccounts;
-WORD Stat_SelAcc; // Выбранные аккаунты в окне статистики
-HWND TrafficHwnd;
-DWORD mirandaVer;
+} uTCFLAGS;
#include "misc.h"
#include "opttree.h"