lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed redundant, and no longer valid, email address
[lcore.git]
/
lcorernd.pas
diff --git
a/lcorernd.pas
b/lcorernd.pas
index 643de3ad3a74848409756e0f33590b02da53699c..64759e83fc95d67508cae7ac4256d587cc9f4100 100644
(file)
--- a/
lcorernd.pas
+++ b/
lcorernd.pas
@@
-133,7
+133,13
@@
implementation
{$ifndef nolcorernd}
\r
uses
\r
{$ifdef win32}windows,activex,{$endif}
\r
{$ifndef nolcorernd}
\r
uses
\r
{$ifdef win32}windows,activex,{$endif}
\r
- {$ifdef unix}baseunix,unix,unixutil,{$endif}
\r
+ {$ifdef unix}
\r
+ {$ifdef ver1_0}
\r
+ linux,
\r
+ {$else}
\r
+ baseunix,unix,unixutil,
\r
+ {$endif}
\r
+ {$endif}
\r
fastmd5,sysutils;
\r
\r
{$ifdef unix}{$include unixstuff.inc}{$endif}
\r
fastmd5,sysutils;
\r
\r
{$ifdef unix}{$include unixstuff.inc}{$endif}
\r