]> git.ipfire.org Git - thirdparty/libtool.git/commit
tests: __declspec (dll{ex,im}port) in tests/exceptions.at
authorPeter Rosin <peda@lysator.liu.se>
Mon, 20 Sep 2010 07:07:25 +0000 (09:07 +0200)
committerPeter Rosin <peda@lysator.liu.se>
Mon, 20 Sep 2010 07:07:25 +0000 (09:07 +0200)
commit52972128c5952da628e033e4509208711906c3a2
tree6a9bec92343ce1c01773c52a24dda1708002fb7f
parentf05840852938b904ac81502f7162e19525206f59
tests: __declspec (dll{ex,im}port) in tests/exceptions.at

* tests/exceptions.at (common.h, module.h, lib.h) [w32]: Use
__declspec (dllimport) and __declspec (dllexport) instead of
the less portable __attribute__ ((dllimport)) and
__attribute__ ((dllexport)).  Makes the test compile on MSVC.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
ChangeLog
tests/exceptions.at