Commit f0182f85 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wbemprox: Tweak a comment.

parent d0ad6316
......@@ -3285,7 +3285,7 @@ static const WCHAR *get_installeddriver( UINT vendorid )
static const WCHAR driver_nvidiaW[] = {'n','v','d','3','d','u','m','.','d','l','l',0};
static const WCHAR driver_wineW[] = {'w','i','n','e','.','d','l','l',0};
/* FIXME: wined3d has a better table, but we can not access this information through dxgi */
/* FIXME: wined3d has a better table, but we cannot access this information through dxgi */
if (vendorid == HW_VENDOR_AMD)
return driver_amdW;
......
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