john skaller <[email protected]> wrote: > Actually the names are confused. It should read like this: > > // 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
+1 -- Regards, Pasi Mankinen Finland _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
