Browse Source

* group type to u_long as per mantis 15241

git-svn-id: trunk@14320 -
marco 15 years ago
parent
commit
d72c2991e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/winsock2.pp

+ 1 - 1
rtl/win/winsock2.pp

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