Browse Source

* Weak externals from DLL are nor supported on Windows.

Yuriy Sydorov 3 years ago
parent
commit
0567572fae
1 changed files with 0 additions and 3 deletions
  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}