dwrite: Remove DLL_WINE_PREATTACH case, native module can't be used.

oldstable
Nikolay Sivov 2014-11-26 12:21:26 +03:00 committed by Alexandre Julliard
parent 31496c600d
commit c5af130e92
1 changed files with 0 additions and 2 deletions

View File

@ -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();