소스 검색

* 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.