ICMP does work, removing comment
[lcore.git] / lcorernd.pas
index 006f6ce885e1de1298b459af0574a138a4481736..643de3ad3a74848409756e0f33590b02da53699c 100644 (file)
@@ -132,7 +132,7 @@ implementation
 \r
 {$ifndef nolcorernd}\r
 uses\r
-  {$ifdef win32}windows,activex,types,{$endif}\r
+  {$ifdef win32}windows,activex,{$endif}\r
   {$ifdef unix}baseunix,unix,unixutil,{$endif}\r
   fastmd5,sysutils;\r
 \r
@@ -145,9 +145,8 @@ type
 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