https://bugs.winehq.org/show_bug.cgi?id=47249
Bug ID: 47249 Summary: CM_Set_Class_Registry_Property should use PCVOID for buffer parameter Product: Wine Version: 4.8 Hardware: x86 OS: Linux Status: NEW Severity: trivial Priority: P2 Component: setupapi Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
The setupapi stub functions CM_Set_Class_Registry_PropertyA and CM_Set_Class_Registry_PropertyW have the wrong parameters, "buf" should be of byte "const void*" instead of "void*".
This would be useful for ReactOS, see linked issue.