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)? Regards Rafael _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
