Do you want to make a WINIMPORT macro like this?
#ifdef WIN32
#    define WINIMPORT    __declspec(dllimport)
#else
#    define    WINIMPORT    /* nothing*/
#endif

and put that in projectcommon.h.in?

That would be consistent with how we did WINEXPORT.

Does that seem reasonable?


On 03/29/2013 01:18 PM, Roger wrote:
> Hi Alan,
>
> I looked at import/export between libs and executables and this export
> is the result.
>
> Roger
>
>
> _______________________________________________
> Assimilation mailing list - Discovery-Driven Monitoring
> [email protected]
> http://lists.community.tummy.com/cgi-bin/mailman/listinfo/assimilation
> http://assimmon.org/


-- 
    Alan Robertson <[email protected]> - @OSSAlanR

"Openness is the foundation and preservative of friendship...  Let me claim 
from you at all times your undisguised opinions." - William Wilberforce

_______________________________________________
Assimilation mailing list - Discovery-Driven Monitoring
[email protected]
http://lists.community.tummy.com/cgi-bin/mailman/listinfo/assimilation
http://assimmon.org/

Reply via email to