Tijl Coosemans tijl@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.
On Tuesday 08 August 2006 20:02, Alexandre Julliard wrote:
Tijl Coosemans tijl@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@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).