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/Gadu-Gadu/src/oauth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Gadu-Gadu/src') diff --git a/protocols/Gadu-Gadu/src/oauth.cpp b/protocols/Gadu-Gadu/src/oauth.cpp index bf1bb81504..52074931a6 100644 --- a/protocols/Gadu-Gadu/src/oauth.cpp +++ b/protocols/Gadu-Gadu/src/oauth.cpp @@ -286,7 +286,7 @@ int GGPROTO::oauth_receivetoken() { char szUrl[256], uin[32], *str, *token = NULL, *token_secret = NULL; int res = 0; - HANDLE nlc = NULL; + HNETLIBCONN nlc = NULL; UIN2IDA( getDword(GG_KEY_UIN, 0), uin); char *password = getStringA(GG_KEY_PASSWORD); -- cgit v1.2.3