From: Gustaf N. <ne...@wu...> - 2014-09-18 12:02:21
|
Am 18.09.14 00:50, schrieb Andrew Piskorski: > AFAICT from reading that code, when using Microsoft's compiler > NSTHREAD_EXPORTS is never set, and thus NS_STORAGE_CLASS is never set > to NS_EXPORT, it is always set to NS_IMPORT and thus is wrong when > building nsthread. i think the intention was to set NSTHREAD_EXPORTS from the build-script in windows. See e.g. win32/nsthread/nsthread.vcproj. I would think, doing this as well from an nmake build should work as well. -g |