Re: issue with file prcpucfg.h while building nspr on Windows
"franck.fr" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
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 ? Franck.