Browse Source

* Winsock2.GROUP must be of type u_int, resolves #15254

git-svn-id: trunk@14483 -
florian 15 years ago
parent
commit
616289f1c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/wince/winsock2.pp

+ 1 - 1
rtl/wince/winsock2.pp

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