Bladeren bron

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

git-svn-id: trunk@13083 -
yury 16 jaren geleden
bovenliggende
commit
4da38a7723
1 gewijzigde bestanden met toevoegingen van 0 en 10 verwijderingen
  1. 0 10
      rtl/wince/winsock.pp

+ 0 - 10
rtl/wince/winsock.pp

@@ -14,18 +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}
 { convention is cdecl for WinCE API}
 {$calling cdecl}