Browse Source

* t_win unit name fixed

git-svn-id: trunk@285 -
florian 20 years ago
parent
commit
335211c397
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/x86_64/cputarg.pas

+ 2 - 2
compiler/x86_64/cputarg.pas

@@ -42,8 +42,8 @@ implementation
     {$ifndef NOTARGETFREEBSD}
     {$ifndef NOTARGETFREEBSD}
       ,t_bsd
       ,t_bsd
     {$endif}
     {$endif}
-    {$ifndef NOTARGETWIN32}
-      ,t_win32
+    {$ifndef NOTARGETWIN}
+      ,t_win
     {$endif}
     {$endif}
 
 
 {**************************************
 {**************************************