Re: issue with file prcpucfg.h while building nspr on Windows
"Wan-Teh Chang" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
On 8/6/07, franck.fr <[email protected]> wrote: > Thanks, with a clean version of the sources, everything works fine. > > In my project, I use Spidermonkey with JS_THREADSAFE support that > require NSPR to be built with target=WINNT ( libnspr4 ). > In the same project, I use Socket, File, ... functions from NSPR for a > general use of NSPR, so you suggest me to use target=WIN95 ( nspr4 ). > > Are there any drawback or issues to use the default target WINNT > instead of WIN95 for general use of NSPR ? The WIN95 target is better maintained. For lack of time, some of the new features in the past four or five years were only added to the WIN95 target. It is unfortunate that NSPR has two implementations on Windows and the obvious, better-sounding name (WINNT) is used for the non-default target. This has caused a lot of confusions. Wan-Teh