Re: goo 0_153 now available

Chris Double <[email protected]> 04 Feb 2003 20:37:43 +1300
Newsgroups gmane.comp.lang.goo.general
Message-ID <[email protected]>
And if you want threads to work, initialize the thread local variable
in YPinit_world:

#elif defined(MSVC_THREAD)
  tregs = TlsAlloc();
  goo_thread = TlsAlloc();
  msc_calln_regs = TlsAlloc();
#endif

Chris.