- partial fix for Mantis #37253: use SOCKADDR_STORAGE provided by the WinSock2 unit (which also has the correct size)

git-svn-id: trunk@45693 -
This commit is contained in:
svenbarth 2020-06-25 20:42:35 +00:00
parent 56fdba2c9b
commit 25dc029d6d

View File

@ -73,14 +73,6 @@ interface
{$ENDIF}
type
SOCKADDR_STORAGE = record
ss_family: Int16;
__ss_pad1: array[0..47] of Byte;
__ss_align: Int64;
__ss_pad2: array[0..64] of Byte;
end;
const
HTTP_INITIALIZE_SERVER = $00000001;
HTTP_INITIALIZE_CONFIG = $00000002;