diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-30 08:46:22 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-30 08:46:22 +0000 |
commit | eaa183e14a412210dac9320cdaa2114c555a24ac (patch) | |
tree | c69e683797fa80443a2c82b6df6335f452caa5b9 /protocols/Gadu-Gadu/src/libgadu/libgadu.h | |
parent | bd33df2d4b9534d2241283f2b20d83f5b1811ebc (diff) |
Miranda HTTP user agent unification (not to have problems with sites)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11955 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/src/libgadu/libgadu.h')
-rw-r--r-- | protocols/Gadu-Gadu/src/libgadu/libgadu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/libgadu/libgadu.h b/protocols/Gadu-Gadu/src/libgadu/libgadu.h index 6d2db69f96..33224836c3 100644 --- a/protocols/Gadu-Gadu/src/libgadu/libgadu.h +++ b/protocols/Gadu-Gadu/src/libgadu/libgadu.h @@ -39,6 +39,7 @@ #ifdef GG_CONFIG_MIRANDA #include <m_ssl.h> +#include <m_netlib.h> #endif #if defined(__cplusplus) || defined(_WIN32) @@ -1542,7 +1543,7 @@ int gg_dcc7_handle_abort(struct gg_session *sess, struct gg_event *e, void *payl #define GG_DEFAULT_PORT 8074 #define GG_HTTPS_PORT 443 -#define GG_HTTP_USERAGENT "Mozilla/4.7 [en] (Win98; I)" +#define GG_HTTP_USERAGENT NETLIB_USER_AGENT #define GG_DEFAULT_CLIENT_VERSION "10.1.0.11070" #define GG_DEFAULT_PROTOCOL_VERSION 0x2e |