STATUS_CURRENT for threads under MSWin32

[email protected] ("Jerry D. Hedden") Thu, 20 Jul 2006 08:08:04 -0700
Newsgroups perl.perl5.porters,perl.ithreads
Message-ID <20060720080804.fb30e530d17747c2b054d625b8945d88.80fa82fd17.wbe@email.secureserver.net>
I'm having one last little problem with the thread exit
changes.

When a thread uses 'exit(status)', the threads.xs code gets
the exit code using STATUS_CURRENT.  Under Unix and Cygwin,
this works.  However, under MSWin32, STATUS_CURRENT is
always 0.

Is this a bug, or am I trying to use the wrong thing?

(If needed, email me directly for a copy of the module.)