X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/85ef2ce64f0cc31a063fccea69fdcc7281d51548..68ac8381cae336dda0cd718dd6fa43b677f5ef8d:/lcorernd.pas diff --git a/lcorernd.pas b/lcorernd.pas index 006f6ce..643de3a 100644 --- a/lcorernd.pas +++ b/lcorernd.pas @@ -132,7 +132,7 @@ implementation {$ifndef nolcorernd} uses - {$ifdef win32}windows,activex,types,{$endif} + {$ifdef win32}windows,activex,{$endif} {$ifdef unix}baseunix,unix,unixutil,{$endif} fastmd5,sysutils; @@ -145,9 +145,8 @@ type const wordsizeshift=2; wordsize=1 shl wordsizeshift; - - {$if (wordsize <> sizeof(wordtype))}'wordsizeshift must be setcorrectly'{$ifend} - + //wordsize check commented out for d3 compatibility + //{ $if (wordsize <> sizeof(wordtype))}'wordsizeshift must be setcorrectly'{ $ifend} hashsize=sizeof(hashtype); halfhashsize=hashsize div 2; hashdwords=hashsize div wordsize;