From e01de8098137ca8a8fe9f5d0a95d742d6e8e7eb2 Mon Sep 17 00:00:00 2001 From: svenbarth Date: Tue, 21 Apr 2020 06:06:40 +0000 Subject: [PATCH] * register the DLL scanner for aarch64-win64 git-svn-id: trunk@44950 - --- compiler/systems/t_win.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/systems/t_win.pas b/compiler/systems/t_win.pas index 86415748fa..887787f8e9 100644 --- a/compiler/systems/t_win.pas +++ b/compiler/systems/t_win.pas @@ -1871,6 +1871,7 @@ initialization {$ifdef aarch64} RegisterImport(system_aarch64_win64,TImportLibWin); RegisterExport(system_aarch64_win64,TExportLibWin); + RegisterDLLScanner(system_aarch64_win64,TDLLScannerWin); // ToDo? RegisterRes(res_gnu_windres_info,TWinLikeResourceFile); RegisterTarget(system_aarch64_win64_info);