* two semi colon's added and compilation checked

git-svn-id: trunk@8342 -
This commit is contained in:
marco 2007-08-30 20:09:35 +00:00
parent ac22ff09da
commit e034788320

View File

@ -241,8 +241,8 @@ const
SO_LINGER = $0080; { linger on close if data present }
SO_OOBINLINE = $0100; { leave received OOB data in line }
SO_DONTLINGER = Integer(not SO_LINGER)
SO_EXCLUSIVEADDRUSE = Integer(not SO_REUSEADDR) { disallow local address reuse }
SO_DONTLINGER = Integer(not SO_LINGER);
SO_EXCLUSIVEADDRUSE = Integer(not SO_REUSEADDR); { disallow local address reuse }
{ Additional options. }