summaryrefslogtreecommitdiff
path: root/compiler/systems/t_wdosx.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/systems/t_wdosx.pas')
-rw-r--r--compiler/systems/t_wdosx.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/systems/t_wdosx.pas b/compiler/systems/t_wdosx.pas
index ea8aa01f46..67776395b5 100644
--- a/compiler/systems/t_wdosx.pas
+++ b/compiler/systems/t_wdosx.pas
@@ -74,7 +74,7 @@ end;
*****************************************************************************}
initialization
- RegisterExternalLinker(system_i386_wdosx_info,TExternalLinkerWdosx);
+ RegisterLinker(ld_wdosx,TExternalLinkerWdosx);
RegisterImport(system_i386_wdosx,TImportLibWdosx);
RegisterExport(system_i386_wdosx,TExportLibWdosx);
RegisterDLLScanner(system_i386_wdosx,TDLLScannerWdosx);