From d3cb19278d60ac6f7963379254546cdca36a90e2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 14 Jan 2017 01:22:55 +0300 Subject: separate handle types for HNETLIBCONN & HNETLIBBIND --- protocols/IRCG/src/stdafx.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/IRCG/src/stdafx.h') diff --git a/protocols/IRCG/src/stdafx.h b/protocols/IRCG/src/stdafx.h index ca32a61167..9662f643ce 100644 --- a/protocols/IRCG/src/stdafx.h +++ b/protocols/IRCG/src/stdafx.h @@ -447,7 +447,7 @@ struct CIrcProto : public PROTO void AddToJTemp(wchar_t op, CMStringW& sCommand); bool AddWindowItemData(CMStringW window, const wchar_t *pszLimit, const wchar_t *pszMode, const wchar_t *pszPassword, const wchar_t *pszTopic); INT_PTR DoEvent(int iEvent, const wchar_t *pszWindow, const wchar_t *pszNick, const wchar_t *pszText, const wchar_t *pszStatus, const wchar_t *pszUserInfo, DWORD_PTR dwItemData, bool bAddToLog, bool bIsMe, time_t timestamp = 1); - void FindLocalIP(HANDLE con); + void FindLocalIP(HNETLIBCONN con); bool FreeWindowItemData(CMStringW window, CHANNELINFO* wis); bool IsChannel(const char* sName); bool IsChannel(const wchar_t* sName); @@ -502,8 +502,8 @@ struct CIrcProto : public PROTO protected: int codepage; - HANDLE con; - HANDLE hBindPort; + HNETLIBCONN con; + HNETLIBBIND hBindPort; void DoReceive(); LIST m_dcc_chats; LIST m_dcc_xfers; -- cgit v1.2.3