瀏覽代碼

* t_win unit name fixed

git-svn-id: trunk@285 -
florian 20 年之前
父節點
當前提交
335211c397
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/x86_64/cputarg.pas

+ 2 - 2
compiler/x86_64/cputarg.pas

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