Ns_ThreadExit

1 view
Skip to first unread message

Maurizio Martignano

unread,
Mar 13, 2013, 6:23:08 AM3/13/13
to aols...@googlegroups.com

Dear all,

                This short message is to let you know that in the file winthread.c the function NS_ThreadExit should use

 

_endthread” and not “_endthreadex”  when Visual Studio 2012 is used as compiler. In practice this is the mod I made on my codebase.

 

void

Ns_ThreadExit(void *arg)

{

   //_endthreadex((unsigned) arg);

    _endthread();

}

 

Thanks,

Maurizio

 

Reply all
Reply to author
Forward
0 new messages