Huw Davies (@huw) commented about dlls/msttsengine/main.c:
+#include "objbase.h" +#include "sapiddk.h"
+#include "wine/debug.h"
+#include "ttseng_classes.h" +#include "ttseng_private.h"
+WINE_DEFAULT_DEBUG_CHANNEL(msttsengine);
+BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, void *reserved) +{
- if (reason == DLL_PROCESS_ATTACH)
- {
DisableThreadLibraryCalls(instance);
__wine_init_unix_call();
Let's add this when we actually add the unixlib.