"Andrew Fenn" andrewfenn@gmail.com writes:
+BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) +{
- switch(reason)
- {
- case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
You need to do that for all the dlls, not just the 1_3 one. Also please send one patch per dll.