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/Omegle/src/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Omegle/src') diff --git a/protocols/Omegle/src/client.h b/protocols/Omegle/src/client.h index 1f95e0c335..f9d8f23634 100644 --- a/protocols/Omegle/src/client.h +++ b/protocols/Omegle/src/client.h @@ -57,8 +57,8 @@ public: chatHandle_ = NULL; } - HANDLE hConnection; - HANDLE hEventsConnection; + HNETLIBCONN hConnection; + HNETLIBCONN hEventsConnection; HANDLE connection_lock_; HANDLE chatHandle_; -- cgit v1.2.3