* fix winsock sockets AF_ stuff

git-svn-id: trunk@5445 -
This commit is contained in:
Almindor 2006-11-22 11:48:33 +00:00
parent 6f44822cd4
commit 8f39ae741f

View File

@ -27,11 +27,7 @@ Type
tsocklen= cint;
psocklen= ^tsocklen;
Const
AF_MAX = WinSock.AF_MAX;
PF_MAX = AF_MAX;
{$i fpwinsockh.inc}
{$i socketsh.inc}
Implementation