Re: WineAdoptThread
: > /*** > * adopt_thread - take an existing linux thread (of some kind) and make win32 aware > of it > */ > int > WineAdoptThread (void) > { Which is it - WineAdoptThread or wine_adopt_thread? :) As it's a Wine API it should be the latter, I think. > TEB *teb; >
WineAdoptThread
, this will go away ] /*** * adopt_thread - take an existing linux thread (of some kind) and make win32 aware of it */ int WineAdoptThread (void) { TEB *teb; void *addr; ULONG size; struct wine_pthread_thread_info