Jacek Caban : explorer: Set lib name for null driver.

Alexandre Julliard julliard at winehq.org
Wed Nov 10 15:34:47 CST 2021


Module: wine
Branch: master
Commit: cf87ceda7c5d288bd9b4ef33f53f54434f9fe017
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=cf87ceda7c5d288bd9b4ef33f53f54434f9fe017

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Nov 10 13:04:45 2021 +0100

explorer: Set lib name for null driver.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/explorer/desktop.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/programs/explorer/desktop.c b/programs/explorer/desktop.c
index 2ba276f52cb..6d577dd0fd1 100644
--- a/programs/explorer/desktop.c
+++ b/programs/explorer/desktop.c
@@ -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;
         }




More information about the wine-cvs mailing list