Browse Source

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

git-svn-id: branches/unicode@24751 -
marco 12 years ago
parent
commit
dbdc3f6d3b
1 changed files with 1 additions and 1 deletions
  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