From caf250c87ba47109143ccf2a9e24760eb98530b8 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 16 Sep 2006 12:50:28 +0000 Subject: [PATCH] * removed packrecords 1 from winsock as well as a ver0_9_14 define git-svn-id: trunk@4626 - --- rtl/win/winsock.pp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/rtl/win/winsock.pp b/rtl/win/winsock.pp index 6587a51b69..4b12bc723f 100644 --- a/rtl/win/winsock.pp +++ b/rtl/win/winsock.pp @@ -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