Subj : Re: file pratom.h not found when compiling with JS_THREADSAFE under To : Chris Tchou From : Brendan Eich Date : Thu Jun 10 2004 02:34 pm Chris Tchou wrote: > Anyone have an implementation of the 12 NSPR functions under Win32, that > works for SpiderMonkey? > It appears as if writing condition variables correctly with Win32 > synchronization objects is non-trivial. Why not just use NSPR? If you link against the static library, you'll pick up only the needed implementation that you ask for here. /be .