Re: Patches for FreeBSD 5.x compilation
Francois Gouget <fgouget(a)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). -- Alexandre Julliard julliard(a)winehq.com
On Mon, Nov 19, 2001 at 10:27:56AM -0800, Alexandre Julliard wrote:
Francois Gouget <fgouget(a)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).
FreeBSD isn't polluting the namespace. <sys/user.h> is a a non-standard header file. -- Steve
participants (2)
-
Alexandre Julliard -
Steve Kargl