explorer: Set lib name for null driver.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2021-11-10 13:04:45 +01:00 committed by Alexandre Julliard
parent a5be97d634
commit cf87ceda7c
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}