-
Committer:
Kay Roepke
-
Date:
2009-09-02 14:04:24 UTC
-
Revision ID:
kay@sun.com-20090902140424-j795532tpi1y06lt
Fix linking errors on Win32:
* chassis-timing was missing CHASSIS_API
* evutil_socketpair was not exported
Suppress superfluous warnings from MSVC and fix a couple of valid ones (unused variables etc).
Add third path to the dllexport macros, to be used in testcases which are statically linked (fixes linker warnings).
Fixes PR-237