mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 05:40:28 +02:00
* make socket type 64-bit on 64-bit.
git-svn-id: trunk@46349 -
This commit is contained in:
parent
2de0be9633
commit
e06b02f55d
@ -115,7 +115,7 @@ type
|
||||
//
|
||||
|
||||
type
|
||||
TSocket = Cardinal;
|
||||
TSocket = UINT_PTR;
|
||||
|
||||
//
|
||||
// Select uses arrays of SOCKETs. These macros manipulate such
|
||||
|
Loading…
Reference in New Issue
Block a user