Browse Source

* make socket type 64-bit on 64-bit.

git-svn-id: trunk@46349 -
marco 5 years ago
parent
commit
e06b02f55d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/winunits-jedi/src/jwawinsock2.pas

+ 1 - 1
packages/winunits-jedi/src/jwawinsock2.pas

@@ -115,7 +115,7 @@ type
 //
 
 type
-  TSocket = Cardinal;
+  TSocket = UINT_PTR;
 
 //
 // Select uses arrays of SOCKETs.  These macros manipulate such