소스 검색

COMCAT5.DLL was unsafe because it did not work on Windows 95 or NT 4.0, but those are no longer supported.

Martijn Laan 13 년 전
부모
커밋
f7e1e53411
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      Projects/Compile.pas

+ 0 - 6
Projects/Compile.pas

@@ -5688,12 +5688,6 @@ type
          (CompareText(PathExtractExt(Filename), '.DLL') = 0) and
          (PathCompare(PathExpand(PathExtractDir(SourceFile)), GetSystemDir) = 0) then
         AbortCompileOnLine(SCompilerFilesSystemDirUsed);
-      { COMCAT.DLL 5.0 }
-      if not ExternalFile and
-         (CompareText(Filename, 'COMCAT.DLL') = 0) and
-         (foVersionInfoValid in NewFileLocationEntry^.Flags) and
-         (NewFileLocationEntry^.FileVersionMS >= $50000) then
-        AbortCompileOnLineFmt(SCompilerFilesUnsafeFile, ['COMCAT.DLL version 5.0']);
       { CTL3D32.DLL }
       if not ExternalFile and
          (CompareText(Filename, 'CTL3D32.DLL') = 0) and