From d958e3fb847813075cc059bd5a7aa28252982268 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 11 Jan 2017 22:23:57 +0300 Subject: strong typization - better typization --- include/m_protoint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/m_protoint.h') diff --git a/include/m_protoint.h b/include/m_protoint.h index 0f33c206b0..bef636a157 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -89,10 +89,10 @@ struct MIR_APP_EXPORT PROTO_INTERFACE : public MZeroedObject m_iDesiredStatus, // status to be set after logging in m_iXStatus, // extanded status m_iVersion; // version 2 or higher designate support of Unicode services - wchar_t* m_tszUserName; // human readable protocol's name + wchar_t* m_tszUserName; // human readable protocol's name char* m_szModuleName; // internal protocol name, also its database module name HANDLE m_hProtoIcon; // icon to be displayed in the account manager - HANDLE m_hNetlibUser; // network agent + HNETLIBUSER m_hNetlibUser; // network agent MWindowList m_hWindowList; // list of all windows which belong to this protocol's instance HGENMENU m_hMainMenuItem; // if protocol menus are displayed in the main menu, this is the root -- cgit v1.2.3