summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-13 16:42:47 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-13 16:42:47 +0000
commitd80bdbbc068a75b592f48921414006d64d0d0268 (patch)
treeaca90913f71cd3c6bd83ce4dd545e6c4e934dca7 /include
parent90a99f237d2332a5d882c0dcd3e2b4572b04944f (diff)
fix for borkred listening ports
git-svn-id: http://svn.miranda-ng.org/main/trunk@9787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_netlib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/m_netlib.h b/include/m_netlib.h
index 62b3e5c536..4f7ed1af38 100644
--- a/include/m_netlib.h
+++ b/include/m_netlib.h
@@ -258,9 +258,6 @@ __forceinline INT_PTR Netlib_CloseHandle(HANDLE h) {return CallService(MS_NETLIB
/* pExtra was added during 0.3.4+, prior its just two args, since we use the cdecl convention
it shouldnt matter */
-#define NETLIBBIND_SIZEOF_V1 16 // sizeof(NETLIBBIND) prior to 0.3.4+ (2004/08/05)
-#define NETLIBBIND_SIZEOF_V2 20 // sizeof(NETLIBBIND) prior to 0.6+ (2006/07/03)
-
typedef void (*NETLIBNEWCONNECTIONPROC_V2)(HANDLE hNewConnection, DWORD dwRemoteIP, void * pExtra);
typedef void (*NETLIBNEWCONNECTIONPROC)(HANDLE hNewConnection, DWORD dwRemoteIP);