[2/14]hid: break HidD_ functions out into their own module

Charles Davis cdavis5x at gmail.com
Thu Jun 25 23:38:28 CDT 2015


> On Jun 25, 2015, at 9:15 AM, Aric Stewart <aric at codeweavers.com> wrote:
> --- a/dlls/hid/main.c
> +++ b/dlls/hid/main.c
> @@ -39,43 +35,9 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
>  {
>      switch(fdwReason)
>      {
> -        case DLL_WINE_PREATTACH:
> -            return FALSE;  /* prefer native version */
This is minor, but I don’t think we should prefer the builtin hid.dll until we’re done implementing it.

Chip




More information about the wine-devel mailing list