Browse Source

* fix winsock sockets AF_ stuff

git-svn-id: trunk@5445 -
Almindor 19 năm trước cách đây
mục cha
commit
8f39ae741f
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  1. 1 5
      rtl/wince/sockets.pp

+ 1 - 5
rtl/wince/sockets.pp

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