Explorar el Código

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

git-svn-id: branches/unicode@24751 -
marco hace 12 años
padre
commit
dbdc3f6d3b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/assemble.pas

+ 1 - 1
compiler/assemble.pas

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