On 20/01/2012, at 11:08 PM, [email protected] wrote:

> Hello John
> 
> On 19.01.2012 10:05, john skaller wrote:
>> On 20/01/2012, at 1:39 AM, [email protected] 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)?
> 


At the top of zmq.h where similar code is right now.
In fact the zmq.h code covers more OS than above I might
even steal it and put those options into Felix .. :)

--
john skaller
[email protected]




_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to