Re: libs/wine/config.c: use execve on FreeBSD

2006-08-08 Thread Alexandre Julliard
Tijl Coosemans <[EMAIL PROTECTED]> writes: > You mean prepending all functions with msvcrt_ or something? > Or just execve? Just execve (other functions that conflict with libc are already prefixed with MSVCRT). -- Alexandre Julliard [EMAIL PROTECTED]

Re: libs/wine/config.c: use execve on FreeBSD

2006-08-08 Thread Tijl Coosemans
On Tuesday 08 August 2006 20:02, Alexandre Julliard wrote: > Tijl Coosemans <[EMAIL PROTECTED]> writes: > > > * use execve on FreeBSD > > Renaming the msvcrt function would really be better. Particularly > since "extern char **environ" doesn't work right on all platforms. You mean prepending all

Re: libs/wine/config.c: use execve on FreeBSD

2006-08-08 Thread Alexandre Julliard
Tijl Coosemans <[EMAIL PROTECTED]> writes: > * use execve on FreeBSD Renaming the msvcrt function would really be better. Particularly since "extern char **environ" doesn't work right on all platforms. -- Alexandre Julliard [EMAIL PROTECTED]