Explorar el Código

+ win32 graph support

pierre hace 26 años
padre
commit
7698d1af24
Se han modificado 5 ficheros con 15 adiciones y 0 borrados
  1. 3 0
      tests/tbs0037.pp
  2. 3 0
      tests/tbs0048.pp
  3. 3 0
      tests/tbs0052.pp
  4. 3 0
      tests/tbs0057.pp
  5. 3 0
      tests/tbs0195.pp

+ 3 - 0
tests/tbs0037.pp

@@ -4,6 +4,9 @@
 {$ifdef linux}
 {$define OK}
 {$endif}
+{$ifdef win32}
+{$define OK}
+{$endif}
 
 {$ifdef OK}
 uses

+ 3 - 0
tests/tbs0048.pp

@@ -4,6 +4,9 @@
 {$ifdef linux}
 {$define OK}
 {$endif}
+{$ifdef win32}
+{$define OK}
+{$endif}
 
 {$ifdef OK}
 uses

+ 3 - 0
tests/tbs0052.pp

@@ -4,6 +4,9 @@
 {$ifdef linux}
 {$define OK}
 {$endif}
+{$ifdef win32}
+{$define OK}
+{$endif}
 
 {$ifdef OK}
 uses

+ 3 - 0
tests/tbs0057.pp

@@ -4,6 +4,9 @@
 {$ifdef linux}
 {$define OK}
 {$endif}
+{$ifdef win32}
+{$define OK}
+{$endif}
 
 {$ifdef OK}
 uses

+ 3 - 0
tests/tbs0195.pp

@@ -4,6 +4,9 @@
 {$ifdef linux}
 {$define OK}
 {$endif}
+{$ifdef win32}
+{$define OK}
+{$endif}
 
 {$ifdef OK}
 uses graph