浏览代码

* win32 def

peter 26 年之前
父节点
当前提交
49969afbc5
共有 1 个文件被更改,包括 2 次插入1 次删除
  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.