Alistair Leslie-Hughes leslie_alistair@hotmail.com writes:
@@ -66,8 +179,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
switch (fdwReason) {
- case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
Changing this may or may not be a good idea at this point, but it definitely shouldn't be silently sneaked in as part of a different patch.