29 Jan
2019
29 Jan
'19
4:28 p.m.
Zhiyi Zhang <zzhang(a)codeweavers.com> writes:
File version 10.0.17763.1
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com> --- v2: Simplify registry handling. Remove inconsistent tests. v3: Add a FIXME for unhandled errors in SetupDiGetDevicePropertyW. Thanks to Zeb.
In general it's better to add new exports as commented out stubs, and uncomment them as they are implemented. Otherwise an app that works today may see the stubs and start calling them. -- Alexandre Julliard julliard(a)winehq.org