7 Nov
2023
7 Nov
'23
10:01 a.m.
Huw Davies (@huw) commented about dlls/msttsengine/tts.c:
#include "windef.h" #include "winbase.h" +#include "objbase.h"
-HRESULT ttsengine_create(REFIID iid, void **obj) +#include "sapiddk.h" +#include "sperror.h" + +#include "wine/debug.h" +#include "wine/heap.h"
Let's not add instances of this (and `heap_alloc()` etc) just as we're removing them globally. `malloc()` can be used here instead. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3988#note_51286