Browse Source

* API records are not packed on wince. Bug #13614.

git-svn-id: trunk@13083 -
yury 16 years ago
parent
commit
4da38a7723
1 changed files with 0 additions and 10 deletions
  1. 0 10
      rtl/wince/winsock.pp

+ 0 - 10
rtl/wince/winsock.pp

@@ -14,18 +14,8 @@
 
 
  **********************************************************************}
  **********************************************************************}
 
 
-{$PACKRECORDS 1}
 unit winsock;
 unit winsock;
-{$ifndef VER0_99_14}
-{$ifndef NO_SMART_LINK}
-{$define support_smartlink}
-{$endif}
-{$endif}
 
 
-
-{$ifdef support_smartlink}
-{$smartlink on}
-{$endif}
 { convention is cdecl for WinCE API}
 { convention is cdecl for WinCE API}
 {$calling cdecl}
 {$calling cdecl}