windows.winsock: port should be short, not sure if it should be PACKED-STRUCT or not.
parent
db3d5f48cc
commit
ff96ad9475
|
@ -4,5 +4,5 @@ IN: windows.winsock.32
|
|||
STRUCT: servent
|
||||
{ name c-string }
|
||||
{ aliases void* }
|
||||
{ port int }
|
||||
{ port short }
|
||||
{ proto c-string } ;
|
||||
|
|
|
@ -5,4 +5,4 @@ STRUCT: servent
|
|||
{ name c-string }
|
||||
{ aliases void* }
|
||||
{ proto c-string }
|
||||
{ port int } ;
|
||||
{ port short } ;
|
||||
|
|
Loading…
Reference in New Issue