diff --git a/ssdotnet.pas b/ssdotnet.inc similarity index 100% rename from ssdotnet.pas rename to ssdotnet.inc diff --git a/ssfpc.pas b/ssfpc.inc similarity index 100% rename from ssfpc.pas rename to ssfpc.inc diff --git a/sslinux.pas b/sslinux.inc similarity index 100% rename from sslinux.pas rename to sslinux.inc diff --git a/sswin32.pas b/sswin32.inc similarity index 100% rename from sswin32.pas rename to sswin32.inc diff --git a/synsock.pas b/synsock.pas index c1cad2e..8ed9e5b 100644 --- a/synsock.pas +++ b/synsock.pas @@ -1,9 +1,9 @@ {==============================================================================| -| Project : Ararat Synapse | 005.002.000 | +| Project : Ararat Synapse | 005.002.001 | |==============================================================================| | Content: Socket Independent Platform Layer | |==============================================================================| -| Copyright (c)1999-2010, Lukas Gebauer | +| Copyright (c)1999-2011, Lukas Gebauer | | All rights reserved. | | | | Redistribution and use in source and binary forms, with or without | @@ -33,7 +33,7 @@ | DAMAGE. | |==============================================================================| | The Initial Developer of the Original Code is Lukas Gebauer (Czech Republic).| -| Portions created by Lukas Gebauer are Copyright (c)2001-20010. | +| Portions created by Lukas Gebauer are Copyright (c)2001-2011. | | All Rights Reserved. | |==============================================================================| | Contributor(s): | @@ -56,18 +56,18 @@ unit synsock; {$ENDIF} {$IFDEF CIL} - {$I ssdotnet.pas} + {$I ssdotnet.inc} {$ELSE} {$IFDEF MSWINDOWS} - {$I sswin32.pas} + {$I sswin32.inc} {$ELSE} {$IFDEF WINCE} - {$I sswin32.pas} //not complete yet! + {$I sswin32.inc} //not complete yet! {$ELSE} {$IFDEF FPC} - {$I ssfpc.pas} + {$I ssfpc.inc} {$ELSE} - {$I sslinux.pas} + {$I sslinux.inc} {$ENDIF} {$ENDIF} {$ENDIF}