mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 14:10:18 +02:00
* Winsock2.GROUP must be of type u_int, resolves #15254
git-svn-id: trunk@14483 -
This commit is contained in:
parent
20995bb01b
commit
616289f1c8
@ -726,7 +726,7 @@ Const
|
||||
SG_UNCONSTRAINED_GROUP = $01;
|
||||
SG_CONSTRAINED_GROUP = $02;
|
||||
Type
|
||||
GROUP = Word;
|
||||
GROUP = u_int;
|
||||
|
||||
{ WinSock 2 extension -- data type for WSAEnumNetworkEvents() }
|
||||
TWSANetworkEvents = record
|
||||
|
Loading…
Reference in New Issue
Block a user