Skip to content
Snippets Groups Projects
Commit 06f76236 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

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

parent 856da7e1
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment