Re: libs/wine/config.c: use execve on FreeBSD
Tijl Coosemans <tijl(a)ulyssis.org> 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 julliard(a)winehq.org
On Tuesday 08 August 2006 20:02, Alexandre Julliard wrote:
Tijl Coosemans <tijl(a)ulyssis.org> 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 functions with msvcrt_ or something? Or just execve?
Tijl Coosemans <tijl(a)ulyssis.org> 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 julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Tijl Coosemans