[PATCH] kernel32: Export recent wer functions

Alexandre Julliard julliard at winehq.org
Tue Oct 26 04:57:35 CDT 2010


Detlef Riekenberg <wine.dev at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list