lsteamclient: Fix building as a winemaker project

This commit is contained in:
Andrew Eikum 2018-01-18 10:38:13 -06:00
parent 88f3462bc1
commit 0b2c856af7
34 changed files with 60 additions and 122 deletions

View file

@ -22,8 +22,6 @@ BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, void *reserved)
switch (reason)
{
case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
DisableThreadLibraryCalls(instance);
break;