On 19/01/12 17:05, john skaller wrote: > This is seriously bugged. You may not use the name DLL_EXPORT. > You must use a command line macro name specific to the library! > For example ZMQ_DLL_EXPORT.
You mean that if zmq.h is included in a header file of another library that happens to define DLL_EXPORT, zmq functions would be exported from that library as well, which is not desirable for everyone. Right? Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
