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/JabberG/src/stdafx.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'protocols/JabberG/src/stdafx.h') diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 1d09f4d866..df2533fbfc 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -336,7 +336,6 @@ struct CJabberHttpAuthParams /******************************************************************* * Global data structures and data type definitions *******************************************************************/ -typedef HANDLE JABBER_SOCKET; #define CAPS_BOOKMARK 0x0001 #define CAPS_BOOKMARKS_LOADED 0x8000 @@ -371,7 +370,7 @@ struct ThreadData char* buffer; // network support - JABBER_SOCKET s; + HNETLIBCONN s; HANDLE iomutex; // protects i/o operations CJabberProto *proto; @@ -442,7 +441,7 @@ struct filetransfer PROTOFILETRANSFERSTATUS std; JABBER_FT_TYPE type; - JABBER_SOCKET s; + HNETLIBCONN s; JABBER_FILE_STATE state; wchar_t *jid; int fileId; -- cgit v1.2.3