소스 검색

* Weak externals from DLL are nor supported on Windows.

Yuriy Sydorov 4 년 전
부모
커밋
0567572fae
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      tests/test/tweaklib2.pp

+ 0 - 3
tests/test/tweaklib2.pp

@@ -2,9 +2,6 @@
 { %skiptarget=$nosharedlib }
 { %delfiles=tweaklib1 }
 
-{$ifdef mswindows}
- {$define supported}
-{$endif mswindows}
 {$if defined(Unix) and not defined(aix)}
  {$define supported}
 {$endif Unix}