Kaynağa Gözat

* win32 def

peter 26 yıl önce
ebeveyn
işleme
49969afbc5
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      tests/ts010006.pp

+ 2 - 1
tests/ts010006.pp

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