Browse Source

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

git-svn-id: trunk@4626 -
florian 19 years ago
parent
commit
caf250c87b
1 changed files with 1 additions and 12 deletions
  1. 1 12
      rtl/win/winsock.pp

+ 1 - 12
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}
 {$smartlink on}
-{$endif}
-
+unit winsock;
 
 
   interface
   interface