Sfoglia il codice sorgente

* patch from Peter for win32 .ow to .o change

Jonas Maebe 22 anni fa
parent
commit
0f893e81c8
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      tests/test/cg/tcalpext.pp

+ 5 - 1
tests/test/cg/tcalpext.pp

@@ -30,7 +30,11 @@ uses
 
 {$ifdef USE_PASCAL_OBJECT}
   {$ifdef win32}
-  {$L ptest.ow}
+    {$ifdef ver1_0}
+      {$L ptest.ow}
+    {$else}
+      {$L ptest.o}
+    {$endif}
   {$else}
   {$L ptest.o}
   {$endif not win32}