Browse Source

* removes useless "uses winsock" from sockets.pp in win32

git-svn-id: trunk@3040 -
Almindor 19 years ago
parent
commit
c6d929a5ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win32/sockets.pp

+ 1 - 1
rtl/win32/sockets.pp

@@ -19,7 +19,7 @@ Interface
 {$define maybelibc:=}
 
   Uses
-     windows,winsock2,ctypes;
+     winsock2,ctypes;
 
 Type
   size_t  = cuint32;