pierre
26 năm trước cách đây
mục cha
commit
7698d1af24
|
@@ -4,6 +4,9 @@
|
|
|
{$ifdef linux}
|
|
|
{$define OK}
|
|
|
{$endif}
|
|
|
+{$ifdef win32}
|
|
|
+{$define OK}
|
|
|
+{$endif}
|
|
|
|
|
|
{$ifdef OK}
|
|
|
uses
|
|
@@ -4,6 +4,9 @@
|
|
|
{$ifdef linux}
|
|
|
{$define OK}
|
|
|
{$endif}
|
|
|
+{$ifdef win32}
|
|
|
+{$define OK}
|
|
|
+{$endif}
|
|
|
|
|
|
{$ifdef OK}
|
|
|
uses
|
|
@@ -4,6 +4,9 @@
|
|
|
{$ifdef linux}
|
|
|
{$define OK}
|
|
|
{$endif}
|
|
|
+{$ifdef win32}
|
|
|
+{$define OK}
|
|
|
+{$endif}
|
|
|
|
|
|
{$ifdef OK}
|
|
|
uses
|
|
@@ -4,6 +4,9 @@
|
|
|
{$ifdef linux}
|
|
|
{$define OK}
|
|
|
{$endif}
|
|
|
+{$ifdef win32}
|
|
|
+{$define OK}
|
|
|
+{$endif}
|
|
|
|
|
|
{$ifdef OK}
|
|
|
uses
|
|
@@ -4,6 +4,9 @@
|
|
|
{$ifdef linux}
|
|
|
{$define OK}
|
|
|
{$endif}
|
|
|
+{$ifdef win32}
|
|
|
+{$define OK}
|
|
|
+{$endif}
|
|
|
|
|
|
{$ifdef OK}
|
|
|
uses graph
|