From 7eb19611cbeab91474208f98084422689c854c42 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 2 Jul 2016 15:24:22 +0000 Subject: [PATCH] [DEVENUM] Sync with Wine Staging 1.9.11. CORE-11368 svn path=/trunk/; revision=71753 --- reactos/dll/directx/wine/devenum/devenum_main.c | 2 ++ reactos/media/doc/README.WINE | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/reactos/dll/directx/wine/devenum/devenum_main.c b/reactos/dll/directx/wine/devenum/devenum_main.c index 21e7b47cf6a..005dc957da2 100644 --- a/reactos/dll/directx/wine/devenum/devenum_main.c +++ b/reactos/dll/directx/wine/devenum/devenum_main.c @@ -97,6 +97,8 @@ HRESULT WINAPI DllRegisterServer(void) TRACE("\n"); res = __wine_register_resources( DEVENUM_hInstance ); + if (FAILED(res)) + return res; #ifdef __REACTOS__ /* Quartz is needed for IFilterMapper2 */ diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index bed4d89701d..e74ab1bd108 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -29,7 +29,7 @@ reactos/dll/directx/wine/d3drm # Synced to WineStaging-1.9.4 reactos/dll/directx/wine/d3dx9_24 => 43 # Synced to WineStaging-1.9.4 reactos/dll/directx/wine/d3dxof # Synced to WineStaging-1.9.4 reactos/dll/directx/wine/ddraw # Synced to WineStaging-1.9.4 -reactos/dll/directx/wine/devenum # Synced to WineStaging-1.9.4 +reactos/dll/directx/wine/devenum # Synced to WineStaging-1.9.11 reactos/dll/directx/wine/dinput # Synced to WineStaging-1.9.4 reactos/dll/directx/wine/dinput8 # Synced to WineStaging-1.9.4 reactos/dll/directx/wine/dmusic # Synced to WineStaging-1.9.4