X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/6cb6b7ede2d178e03fa817bc28474c175f5a93b9..d53fe26eaac895d1e7a0ba2b2b8965cf77932de8:/lcoreselect.pas diff --git a/lcoreselect.pas b/lcoreselect.pas index bae8fe4..0d99f6a 100755 --- a/lcoreselect.pas +++ b/lcoreselect.pas @@ -6,11 +6,11 @@ For conditions of distribution and use, see copyright notice in zlib_license.txt which is included in the package ----------------------------------------------------------------------------- } - -{$ifdef fpc} - {$ifndef ver1_0} - {$define useinline} - {$endif} + +{$ifdef fpc} + {$ifndef ver1_0} + {$define useinline} + {$endif} {$endif} unit lcoreselect; @@ -213,7 +213,7 @@ var var fdsrmaster , fdswmaster : fdset ; - + function getfdsrmaster : fdset; {$ifdef fpc}inline;{$endif} begin result := fdsrmaster; @@ -222,8 +222,8 @@ function getfdswmaster : fdset; {$ifdef fpc}inline;{$endif} begin result := fdswmaster; end; - - + + Function doSelect(timeOut:PTimeVal):longint;//inline; var localtimeval : ttimeval;