* group type to u_long as per mantis 15241

git-svn-id: trunk@14320 -
This commit is contained in:
marco 2009-12-04 08:37:18 +00:00
parent fabb88852f
commit d72c2991e5

View File

@ -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