Commit f8d42a31 authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Set a better exit status when the main image fails to load.

parent e613d81d
......@@ -513,7 +513,7 @@ done:
failed:
MESSAGE( "wine: cannot find %s\n", debugstr_w(name) );
RtlExitUserProcess( GetLastError() );
RtlExitUserProcess( STATUS_DLL_NOT_FOUND );
}
......
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