Re: WineAdoptThread

2004-04-01 Thread Mike Hearn
: > /*** > * 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

2004-03-31 Thread Paul Davis
, 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