瀏覽代碼

* Small NOTARGETWIN32 conditional tweak

daniel 22 年之前
父節點
當前提交
2b0cd432ca
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      compiler/x86/cgx86.pas

+ 6 - 1
compiler/x86/cgx86.pas

@@ -1692,7 +1692,9 @@ unit cgx86;
         r : Tregister;
       begin
         case target_info.system of
+        {$ifndef NOTARGETWIN32}
            system_i386_win32,
+        {$endif}
            system_i386_freebsd,
            system_i386_wdosx,
            system_i386_linux:
@@ -1932,7 +1934,10 @@ unit cgx86;
 end.
 {
   $Log$
-  Revision 1.57  2003-07-03 18:59:25  peter
+  Revision 1.58  2003-08-20 19:28:21  daniel
+    * Small NOTARGETWIN32 conditional tweak
+
+  Revision 1.57  2003/07/03 18:59:25  peter
     * loadfpu_reg_reg size specifier
 
   Revision 1.56  2003/06/14 14:53:50  jonas