7 Nov
2008
7 Nov
'08
10:21 a.m.
"Andrew Fenn" <andrewfenn(a)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. -- Alexandre Julliard julliard(a)winehq.org