Detlef Riekenberg wine.dev@web.de writes:
@@ -1156,7 +1156,20 @@ @ stdcall WaitForSingleObjectEx(long long long) @ stdcall WaitNamedPipeA (str long) @ stdcall WaitNamedPipeW (wstr long) +@ stub WerGetFlags @ stdcall WerRegisterFile(wstr long long) +@ stub WerRegisterMemoryBlock +@ stub WerRegisterRuntimeExceptionModule +@ stub WerSetFlags +@ stub WerUnregisterFile +@ stub WerUnregisterMemoryBlock +@ stub WerUnregisterRuntimeExceptionModule +@ stub WerpCleanupMessageMapping +@ stub WerpInitiateRemoteRecovery +@ stub WerpNotifyLoadStringResource +@ stub WerpNotifyLoadStringResourceEx +@ stub WerpNotifyUseStringResource +@ stub WerpStringLookup
Adding stubs is not a good idea. If you have an app that calls these you need to provide a proper stub function.