2
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
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