diff options
author | Alexey Kulakov <panda75@bk.ru> | 2015-02-26 14:29:19 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2015-02-26 14:29:19 +0000 |
commit | 04b7963d0402dc29527f8e2301b47f4a06cbd825 (patch) | |
tree | df5097d17951a5c5040bab95f9699e75b1b50714 /include | |
parent | b3f693c28e8574cdb99916cb417d14d238d60ca2 (diff) |
Delphi miranda api update
git-svn-id: http://svn.miranda-ng.org/main/trunk@12273 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/delphi/m_netlib.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/delphi/m_netlib.inc b/include/delphi/m_netlib.inc index 757e41558d..fe46250469 100644 --- a/include/delphi/m_netlib.inc +++ b/include/delphi/m_netlib.inc @@ -25,6 +25,9 @@ /<<}
const
+ NETLIB_USER_AGENT = 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)';
+
+const
// for TNETLIBUSER.flags
NUF_INCOMING = $01; // bind incoming ports
NUF_OUTGOING = $02; // makes outgoing plain connections
|