lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
change ltimevalstuff to a unit and move defintion of ttimeval on windows
[lcore.git]
/
lcoreselect.pas
diff --git
a/lcoreselect.pas
b/lcoreselect.pas
index 77da21f33a8e2fdae3c0f4498041d67113686d9d..3cee9bf6f9bd40aac0126ddee84d126b7faf454d 100755
(executable)
--- a/
lcoreselect.pas
+++ b/
lcoreselect.pas
@@
-38,11
+38,11
@@
uses
lcore,sysutils,
\r
classes,pgtypes,bfifo,
\r
{$ifndef nosignal}
\r
- lsignal
;
\r
+ lsignal
,
\r
{$endif}
\r
+ ltimevalstuff;
\r
{$include unixstuff.inc}
\r
-{$include ltimevalstuff.inc}
\r
\r
const
\r
absoloutemaxs_select = (sizeof(fdset)*8)-1;
\r