Răsfoiți Sursa

* TSearchRec - > TRawByteSearchRec to avoid conversion warnings killing the compiler

git-svn-id: branches/unicode@24751 -
marco 12 ani în urmă
părinte
comite
dbdc3f6d3b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      compiler/assemble.pas

+ 1 - 1
compiler/assemble.pas

@@ -295,7 +295,7 @@ Implementation
 
 
         procedure DeleteFilesWithExt(const AExt:string);
         procedure DeleteFilesWithExt(const AExt:string);
         var
         var
-          dir : TSearchRec;
+          dir : TRawByteSearchRec;
         begin
         begin
           if findfirst(s+source_info.dirsep+'*'+AExt,faAnyFile,dir) = 0 then
           if findfirst(s+source_info.dirsep+'*'+AExt,faAnyFile,dir) = 0 then
             begin
             begin