Ns_ThreadExit

已查看 1 次
跳至第一个未读帖子

Maurizio Martignano

未读,
2013年3月13日 06:23:082013/3/13
收件人 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

 

回复全部
回复作者
转发
0 个新帖子