From: Nikolay Sivov Subject: [PATCH 2/4] dwrite: Remove DLL_WINE_PREATTACH case, native module can't be used Message-Id: <5476C54F.2010700@codeweavers.com> Date: Thu, 27 Nov 2014 09:31:43 +0300 --- From 69cf4599e90a2c493154c540a18d2b3ca6bf4af6 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Wed, 26 Nov 2014 12:21:26 +0300 Subject: [PATCH 2/4] dwrite: Remove DLL_WINE_PREATTACH case, native module can't be used --- dlls/dwrite/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/dwrite/main.c b/dlls/dwrite/main.c index 79aa7d0..ac7aff5 100644 --- a/dlls/dwrite/main.c +++ b/dlls/dwrite/main.c @@ -41,8 +41,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD reason, LPVOID reserved) { switch (reason) { - case DLL_WINE_PREATTACH: - return FALSE; /* prefer native version */ case DLL_PROCESS_ATTACH: DisableThreadLibraryCalls( hinstDLL ); init_freetype(); -- 2.1.3