Francois Gouget fgouget@free.fr writes:
Renaming struct thread it the right thing to do though. Why doesn't changing thread to wine_thread in request.h work?
No, the right thing is to fix the FreeBSD headers to stop polluting the namespace. struct thread is a perfectly valid identifier for an application to use (and we are certainly not the only application using it).