commit | 4b588d132d34c4356a33e7e3d695a1ba3a132fab | [log] [tgz] |
---|---|---|
author | Christian Costa <titan.costa@wanadoo.fr> | Sun May 30 03:10:15 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun May 30 03:10:15 2004 +0000 |
tree | 2d095377a76859e5a2226c765e5c1c5cce042321 | |
parent | cb0dc5cdf6fb3874ef3e6c085ad32e91c0843f74 [diff] |
Fixed preloader_exec.
diff --git a/libs/wine/config.c b/libs/wine/config.c index 5382079..0011943 100644 --- a/libs/wine/config.c +++ b/libs/wine/config.c
@@ -291,10 +291,9 @@ free( full_name ); return; } -#else +#endif if (envp) execve( argv[0], argv, envp ); else execv( argv[0], argv ); -#endif } /* exec a wine internal binary (either the wine loader or the wine server) */