Commit 06f76236 authored by Alexandre Julliard's avatar Alexandre Julliard

libwine: Fall back to normal exec if the preloader doesn't exist.

parent 856da7e1
......@@ -482,7 +482,6 @@ static void preloader_exec( char **argv, int use_preloader )
execv( full_name, new_argv );
free( new_argv );
free( full_name );
return;
}
#endif
execv( argv[0], argv );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment