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.