[PATCH] windows.media.speech: Add stub SpeechSynthesizer class.

Alexandre Julliard julliard at winehq.org
Tue Nov 23 06:40:55 CST 2021


Paul Gofman <pgofman at codeweavers.com> writes:

> diff --git a/dlls/windows.media.speech/main.c b/dlls/windows.media.speech/main.c
> index e34fa9d16b8..1802d19dff8 100644
> --- a/dlls/windows.media.speech/main.c
> +++ b/dlls/windows.media.speech/main.c
> @@ -24,6 +24,7 @@
>  #include "winbase.h"
>  #include "winstring.h"
>  #include "wine/debug.h"
> +#include "wine/heap.h"

Please use standard malloc functions in new code instead of adding new
users of wine/heap.h, we'd like to phase it out at some point.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list