[zeromq-dev] List Guidelines and Project/Source modifications - Windows/MSVC

rafael at soscpd.net rafael at soscpd.net
Fri Jan 20 13:08:14 CET 2012


Hello John

On 19.01.2012 10:05, john skaller wrote:
> On 20/01/2012, at 1:39 AM, rafael at soscpd.net wrote:

> // Add any other platform stuff as above
> // This code is invariant
> #if !defined(FLX_STATIC_LINK) && FLX_WIN32
> #define FLX_EXPORT __declspec(dllexport)
> #define FLX_IMPORT __declspec(dllimport)
> #else
> #define FLX_EXPORT
> #define FLX_IMPORT
> #endif

And where you are expecting that to be (on zmq src/header/include)?

Regards
Rafael




More information about the zeromq-dev mailing list