[1/3] xinput: Initial implementation of xinput xbox 360 joystick library

Alexandre Julliard julliard at winehq.org
Fri Nov 7 04:21:13 CST 2008


"Andrew Fenn" <andrewfenn at 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 at winehq.org



More information about the wine-devel mailing list