Parcourir la source

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

git-svn-id: branches/unicode@24751 -
marco il y a 12 ans
Parent
commit
dbdc3f6d3b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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