mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 09:00:30 +02:00
* make the updates also compilable (move struct down, add LPWSAMSG = PWSAMSG)
git-svn-id: trunk@8277 -
This commit is contained in:
parent
3f6f91ae79
commit
8a0eeb5e57
@ -715,17 +715,6 @@ type
|
|||||||
PQOS = ^TQualityOfService;
|
PQOS = ^TQualityOfService;
|
||||||
LPQOS = PQOS;
|
LPQOS = PQOS;
|
||||||
|
|
||||||
PWSAMSG = ^TWSAMSG;
|
|
||||||
TWSAMSG = record
|
|
||||||
name: PSOCKET_ADDRESS;
|
|
||||||
namelen: Longint;
|
|
||||||
lpBuffers: LPWSABUF;
|
|
||||||
dwBufferCount: DWORD;
|
|
||||||
Control: WSABUF;
|
|
||||||
dwFlags: DWORD;
|
|
||||||
end;
|
|
||||||
WSAMSG = TWSAMSG;
|
|
||||||
|
|
||||||
Const
|
Const
|
||||||
SERVICETYPE_NOTRAFFIC = $00000000; // No data in this direction
|
SERVICETYPE_NOTRAFFIC = $00000000; // No data in this direction
|
||||||
SERVICETYPE_BESTEFFORT = $00000001; // Best Effort
|
SERVICETYPE_BESTEFFORT = $00000001; // Best Effort
|
||||||
@ -1042,6 +1031,18 @@ Type
|
|||||||
LPWSAQuerySet = PWSAQuerySetA;
|
LPWSAQuerySet = PWSAQuerySetA;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
|
PWSAMSG = ^TWSAMSG;
|
||||||
|
TWSAMSG = record
|
||||||
|
name: PSOCKET_ADDRESS;
|
||||||
|
namelen: Longint;
|
||||||
|
lpBuffers: LPWSABUF;
|
||||||
|
dwBufferCount: DWORD;
|
||||||
|
Control: WSABUF;
|
||||||
|
dwFlags: DWORD;
|
||||||
|
end;
|
||||||
|
WSAMSG = TWSAMSG;
|
||||||
|
LPWSAMSG = PWSAMSG;
|
||||||
|
|
||||||
Const
|
Const
|
||||||
LUP_DEEP = $0001;
|
LUP_DEEP = $0001;
|
||||||
LUP_CONTAINERS = $0002;
|
LUP_CONTAINERS = $0002;
|
||||||
|
Loading…
Reference in New Issue
Block a user