mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 14:27:59 +02:00
* group type to u_long as per mantis 15241
git-svn-id: trunk@14320 -
This commit is contained in:
parent
fabb88852f
commit
d72c2991e5
@ -760,7 +760,7 @@ Const
|
||||
SG_UNCONSTRAINED_GROUP = $01;
|
||||
SG_CONSTRAINED_GROUP = $02;
|
||||
Type
|
||||
GROUP = Word;
|
||||
GROUP = u_long;
|
||||
|
||||
{ WinSock 2 extension -- data type for WSAEnumNetworkEvents() }
|
||||
TWSANetworkEvents = record
|
||||
|
Loading…
Reference in New Issue
Block a user