Index: dll/win32/setupapi/cfgmgr.c =================================================================== --- dll/win32/setupapi/cfgmgr.c (版本 60749) +++ dll/win32/setupapi/cfgmgr.c (工作副本) @@ -5196,7 +5196,7 @@ * CM_Set_Class_Registry_PropertyA [SETUPAPI.@] */ CONFIGRET WINAPI CM_Set_Class_Registry_PropertyA( - LPGUID ClassGuid, ULONG ulProperty, PCVOID Buffer, ULONG ulLength, + LPGUID ClassGuid, ULONG ulProperty, PVOID Buffer, ULONG ulLength, ULONG ulFlags, HMACHINE hMachine) { FIXME("%p %lx %p %lu %lx %p\n", @@ -5209,7 +5209,7 @@ * CM_Set_Class_Registry_PropertyW [SETUPAPI.@] */ CONFIGRET WINAPI CM_Set_Class_Registry_PropertyW( - LPGUID ClassGuid, ULONG ulProperty, PCVOID Buffer, ULONG ulLength, + LPGUID ClassGuid, ULONG ulProperty, PVOID Buffer, ULONG ulLength, ULONG ulFlags, HMACHINE hMachine) { FIXME("%p %lx %p %lu %lx %p\n",