* removed packrecords 1 from winsock as well as a ver0_9_14 define

git-svn-id: trunk@4626 -
This commit is contained in:
florian 2006-09-16 12:50:28 +00:00
parent 2d7cd5b969
commit caf250c87b

View File

@ -14,19 +14,8 @@
**********************************************************************}
{$PACKRECORDS 1}
unit winsock;
{$ifndef VER0_99_14}
{$ifndef NO_SMART_LINK}
{$define support_smartlink}
{$endif}
{$endif}
{$ifdef support_smartlink}
{$smartlink on}
{$endif}
unit winsock;
interface