Commit cf87ceda authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

explorer: Set lib name for null driver.

parent a5be97d6
......@@ -836,6 +836,7 @@ static HMODULE load_graphics_driver( const WCHAR *driver, const GUID *guid )
if (!wcscmp( name, L"null" ))
{
TRACE( "display %s using null driver\n", debugstr_guid(guid) );
wcscpy( libname, L"null" );
null_driver = TRUE;
break;
}
......
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