summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-06-29 21:22:47 +0000
committerpeter <peter@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-06-29 21:22:47 +0000
commit31d736abd46b27b6973c1a527b593a6656fda08b (patch)
tree67000525071ef4bdee7b7a8be23604d4dfe928e5
parent6194deac0abbcded6217f2eb26a95485474bb273 (diff)
downloadfpc-31d736abd46b27b6973c1a527b593a6656fda08b.tar.gz
* fix typo in previous commit
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@4005 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--compiler/systems/t_win.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/systems/t_win.pas b/compiler/systems/t_win.pas
index 4567f30016..0bb8a4e226 100644
--- a/compiler/systems/t_win.pas
+++ b/compiler/systems/t_win.pas
@@ -1783,7 +1783,7 @@ initialization
RegisterTarget(system_i386_wince_info);
{$endif i386}
{$ifdef x86_64}
- RegisterInternalLinker(system_x64_win64_info,TInternalLinker);
+ RegisterInternalLinker(system_x64_win64_info,TInternalLinkerWin);
RegisterImport(system_x86_64_win64,TImportLibWin);
RegisterExport(system_x86_64_win64,TExportLibWin);
RegisterDLLScanner(system_x86_64_win64,TDLLScannerWin);