Browse Source

* win32 def

peter 26 years ago
parent
commit
49969afbc5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/ts010006.pp

+ 2 - 1
tests/ts010006.pp

@@ -1,4 +1,4 @@
-{ $OPT= -Twin32 }
+{$ifdef win32}
 library test;
 library test;
 
 
   procedure exporttest;export;
   procedure exporttest;export;
@@ -7,6 +7,7 @@ library test;
     end;
     end;
 
 
   exports exporttest;
   exports exporttest;
+{$endif}
 
 
 begin
 begin
 end.
 end.