> Compiling MFC4.2 with -D_AFXDLL requires function definitions
> for
> _beginthreadex() and _endthreadex().
> 
> Is there any implementation of these in Wine?

Not AFAICS and you are not the first to ask.

I thought somebody had implemented them by now,
especially since they are truly trivial to implement.

If you look in the CRT source code (distributed with MSVC),
you will see that the only thing they do except for book
keeping is CreateThread and ExitThread.

Reply via email to