Commit 8a0318c0 authored by Vitaliy Margolen's avatar Vitaliy Margolen Committed by Alexandre Julliard

dxdiagn: Add dxdiagn.dll to DxDiag_DirectXFiles container. Create fake dll for it as well.

parent f816708b
...@@ -401,6 +401,7 @@ static HRESULT DXDiag_InitDXDiagDirectXFilesContainer(IDxDiagContainer* pSubCont ...@@ -401,6 +401,7 @@ static HRESULT DXDiag_InitDXDiagDirectXFilesContainer(IDxDiagContainer* pSubCont
{'d','p','n','e','t','.','d','l','l',0}, {'d','p','n','e','t','.','d','l','l',0},
{'d','s','o','u','n','d','.','d','l','l',0}, {'d','s','o','u','n','d','.','d','l','l',0},
{'d','s','w','a','v','e','.','d','l','l',0}, {'d','s','w','a','v','e','.','d','l','l',0},
{'d','x','d','i','a','g','n','.','d','l','l',0},
{'q','u','a','r','t','z','.','d','l','l',0} {'q','u','a','r','t','z','.','d','l','l',0}
}; };
WCHAR szFilePath[MAX_PATH]; WCHAR szFilePath[MAX_PATH];
......
...@@ -2262,6 +2262,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" ...@@ -2262,6 +2262,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,dosx.exe 11,,dosx.exe
11,,dsound.dll 11,,dsound.dll
11,,dsound.vxd 11,,dsound.vxd
11,,dxdiagn.dll
11,,gdi32.dll 11,,gdi32.dll
11,,glu32.dll 11,,glu32.dll
11,,hal.dll 11,,hal.dll
......
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