\r
{$ifndef nolcorernd}\r
uses\r
- {$ifdef win32}windows,activex,types,{$endif}\r
- {$ifdef unix}baseunix,unix,unixutil,{$endif}\r
+ {$ifdef win32}windows,activex,{$endif}\r
+ {$ifdef unix}\r
+ {$ifdef ver1_0}\r
+ linux,\r
+ {$else}\r
+ baseunix,unix,unixutil,sockets,\r
+ {$endif}\r
+ {$endif}\r
fastmd5,sysutils;\r
\r
{$ifdef unix}{$include unixstuff.inc}{$endif}\r
const\r
wordsizeshift=2;\r
wordsize=1 shl wordsizeshift;\r
-\r
- {$if (wordsize <> sizeof(wordtype))}'wordsizeshift must be setcorrectly'{$ifend}\r
-\r
+ //wordsize check commented out for d3 compatibility\r
+ //{ $if (wordsize <> sizeof(wordtype))}'wordsizeshift must be setcorrectly'{ $ifend}\r
hashsize=sizeof(hashtype);\r
halfhashsize=hashsize div 2;\r
hashdwords=hashsize div wordsize;\r